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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c2708 struct hfsfid *hfsfhp; local
2713 hfsfhp = (struct hfsfid *)fhp;
2718 result = hfs_vget(VFSTOHFS(mp), ntohl(hfsfhp->hfsfid_cnid), &nvp, 0, 0);
2753 struct hfsfid *hfsfhp; local
2762 hfsfhp = (struct hfsfid *)fhp;
2764 hfsfhp->hfsfid_cnid = htonl(cp->c_fileid);
2765 hfsfhp->hfsfid_gen = htonl(cp->c_fileid);

Completed in 66 milliseconds