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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h341 struct hfsfid { struct
H A Dhfs_vfsops.c2624 struct hfsfid *hfsfhp;
2629 hfsfhp = (struct hfsfid *)fhp;
2631 if (fhlen < (int)sizeof(struct hfsfid))
2669 struct hfsfid *hfsfhp;
2674 if (*fhlenp < (int)sizeof(struct hfsfid))
2678 hfsfhp = (struct hfsfid *)fhp;
2682 *fhlenp = sizeof(struct hfsfid);

Completed in 86 milliseconds