Lines Matching refs:ifh
695 struct ifid ifh;
709 memcpy(&ifh, fhp, sizeof(ifh));
711 if ((error = VFS_VGET(mp, ifh.ifid_ino, lktype, &nvp)) != 0) {
731 struct ifid ifh;
739 memset(&ifh, 0, sizeof(ifh));
740 ifh.ifid_len = sizeof(struct ifid);
741 ifh.ifid_ino = ap->block;
742 ifh.ifid_start = ap->block;
743 memcpy(fhp, &ifh, sizeof(ifh));