Home | History | Annotate | Download | only in filecorefs

Lines Matching refs:ifh

527 	struct ifid ifh;
535 memcpy(&ifh, fhp, sizeof(ifh));
536 if ((error = VFS_VGET(mp, ifh.ifid_ino, lktype, &nvp)) != 0) {
583 struct ifid ifh;
589 memset(&ifh, 0, sizeof(ifh));
590 ifh.ifid_len = sizeof(struct ifid);
591 ifh.ifid_ino = ip->i_number;
592 memcpy(fhp, &ifh, sizeof(ifh));