Lines Matching defs:ufh
2337 struct ufid ufh;
2343 memcpy(&ufh, fhp, sizeof(ufh));
2344 if ((error = ffs_checkrange(mp, ufh.ufid_ino)) != 0)
2347 return (ufs_fhtovp(mp, &ufh, lktype, vpp));
2358 struct ufid ufh;
2366 memset(&ufh, 0, sizeof(ufh));
2367 ufh.ufid_len = sizeof(struct ufid);
2368 ufh.ufid_ino = ip->i_number;
2369 ufh.ufid_gen = ip->i_gen;
2370 memcpy(fhp, &ufh, sizeof(ufh));