]>
git.saurik.com Git - apple/hfs.git/blob - livefiles_hfs_plugin/lf_hfs_lookup.h
5 // Created by Yakov Ben Zaken on 25/03/2018.
8 #ifndef lf_hfs_lookup_h
9 #define lf_hfs_lookup_h
11 #include "lf_hfs_vnode.h"
12 #include "lf_hfs_vnops.h"
14 int hfs_vnop_lookup(struct vnode
*dvp
, struct vnode
**vpp
, struct componentname
*cnp
);
16 #endif /* lf_hfs_lookup_h */