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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c2104 struct hfsfid *hfsfhp; local
2109 hfsfhp = (struct hfsfid *)fhp;
2114 result = hfs_vget(VFSTOHFS(mp), ntohl(hfsfhp->hfsfid_cnid), &nvp, 0);
2132 if (((time_t)(ntohl(hfsfhp->hfsfid_gen)) < VTOC(nvp)->c_itime)) {
2152 struct hfsfid *hfsfhp; local
2161 hfsfhp = (struct hfsfid *)fhp;
2162 hfsfhp->hfsfid_cnid = htonl(cp->c_fileid);
2163 hfsfhp->hfsfid_gen = htonl(cp->c_itime);

Completed in 21 milliseconds