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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.h359 extern int cat_findname (struct hfsmount *hfsmp,
H A Dhfs_catalog.c625 * cat_findname - obtain a descriptor from cnid
634 cat_findname(struct hfsmount *hfsmp, cnid_t cnid, struct cat_desc *outdescp) function
4172 if (cat_findname(hfsmp, nextlinkid, &linkdesc) == 0) {
H A Dhfs_vnops.c1344 error = cat_findname(hfsmp, nextlinkid, &linkdesc);
5599 /* Lock catalog during cat_findname and cat_getdirentries. */
5604 if (cat_findname(hfsmp, cnid_hint, &localhint.dh_desc) == 0) {
H A Dhfs_vfsops.c3231 error = cat_findname(hfsmp, (cnid_t)ino, &cdesc);

Completed in 102 milliseconds