Lines Matching refs:ifh
707 struct ifid ifh;
712 if (fhp->fid_len != sizeof(ifh))
715 memcpy(&ifh, fhp, sizeof(ifh));
718 ifh.ifid_ino, ifh.ifid_start);
721 if ((error = VFS_VGET(mp, ifh.ifid_ino, lktype, &nvp)) != 0) {
909 struct ifid ifh;
917 memset(&ifh, 0, sizeof(ifh));
918 ifh.ifid_len = sizeof(struct ifid);
919 ifh.ifid_ino = ip->i_number;
921 ifh.ifid_start = ip->iso_start;
923 memcpy(fhp, &ifh, sizeof(ifh));
927 ifh.ifid_ino,ifh.ifid_start);