Searched refs:cnode_t (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h183 typedef struct cnode cnode_t; typedef in typeref:struct:cnode
406 extern int hfs_chash_snoop(struct hfsmount *, ino_t, int, int (*)(const cnode_t *, void *), void *);
525 void hfs_lock_always(cnode_t *cnode, enum hfs_locktype);
539 void hfs_clear_might_be_dirty_flag(cnode_t *cp);
543 bool hfs_has_rsrc(const cnode_t *cp)
H A Dhfs.h927 int hfs_getxattr_internal(cnode_t *, struct vnop_getxattr_args *,
946 extern void hfs_savelinkorigin(cnode_t *cp, cnid_t parentcnid);
949 extern int hfs_haslinkorigin(cnode_t *cp);
950 extern cnid_t hfs_currentparent(cnode_t *cp);
951 extern cnid_t hfs_currentcnid(cnode_t *cp);
H A Dhfs_vnops.c106 static int hfs_move_data(cnode_t *from_cp, cnode_t *to_cp,
108 static int hfs_move_fork(filefork_t *srcfork, cnode_t *src,
109 filefork_t *dstfork, cnode_t *dst);
116 static int hfs_move_compressed(cnode_t *from_vp, cnode_t *to_vp);
856 static bool hfs_should_generate_document_id(hfsmount_t *hfsmp, cnode_t *cp)
1932 cnode_t *cp = VTOC(vp);
2427 static int hfs_move_compressed(cnode_t *from_cp, cnode_t *to_c
[all...]
H A Dhfs_chash.c226 int (*callout)(const cnode_t *cp, void *), void * arg)
H A Dhfs_link.c1140 hfs_savelinkorigin(cnode_t *cp, cnid_t parentcnid)
1217 hfs_haslinkorigin(cnode_t *cp)
1239 hfs_currentparent(cnode_t *cp)
1261 hfs_currentcnid(cnode_t *cp)
H A Dhfs_cprotect.c60 static int cp_getxattr(cnode_t *, struct hfsmount *hfsmp, struct cprotect **);
67 static int cp_check_access (cnode_t *cp, struct hfsmount *hfsmp, int vnop);
1748 cnode_t *cp = NULL;
H A Dhfs_cnode.c1874 void hfs_clear_might_be_dirty_flag(cnode_t *cp)
1988 void hfs_lock_always(cnode_t *cp, enum hfs_locktype locktype)
H A Dhfs_hotfiles.c787 cnode_t *cp;
865 cnode_t *cp;
H A Dhfs_search.c593 cnode_t * cp;
H A Dhfs_readwrite.c1054 snoop_callback(const cnode_t *cp, void *arg)
3188 cnode_t *cp = NULL;
3802 cnode_t *cp = VTOC(vp);
H A Dhfs_xattr.c198 cnode_t *scp = VTOC(svp);
H A Dhfs_vfsops.c3226 cnode_t *cp = VTOC(*vpp);

Completed in 124 milliseconds