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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h309 struct hfsfid { struct
H A Dhfs_vfsops.c2708 struct hfsfid *hfsfhp;
2713 hfsfhp = (struct hfsfid *)fhp;
2715 if (fhlen < (int)sizeof(struct hfsfid))
2753 struct hfsfid *hfsfhp;
2758 if (*fhlenp < (int)sizeof(struct hfsfid))
2762 hfsfhp = (struct hfsfid *)fhp;
2766 *fhlenp = sizeof(struct hfsfid);

Completed in 31 milliseconds