Searched refs:hfs_chash_getvnode (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_chash.c146 hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc, int skiplock, int allow_deleted) function
169 "hfs_chash_getvnode", 0);
H A Dhfs_cnode.h369 extern struct vnode * hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc,
H A Dhfs_attrlist.c277 vp = hfs_chash_getvnode(hfsmp, cattrp->ca_fileid, 0, 0, 0);
H A Dhfs_vfsops.c3281 vp = hfs_chash_getvnode(hfsmp, cnid, 0, skiplock, allow_deleted);
3463 skipvp = hfs_chash_getvnode(hfsmp, kHFSRootFolderID, 0, 0, 0);
3483 /* release the iocount from the hfs_chash_getvnode call above. */

Completed in 45 milliseconds