Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:ufh

1249 	struct ufid ufh;
1255 memcpy(&ufh, fhp, sizeof(struct ufid));
1257 if ((ufh.ufid_ino < EXT2_FIRSTINO && ufh.ufid_ino != EXT2_ROOTINO) ||
1258 ufh.ufid_ino >= fs->e2fs_ncg * fs->e2fs.e2fs_ipg)
1261 if ((error = VFS_VGET(mp, ufh.ufid_ino, lktype, &nvp)) != 0) {
1267 ip->i_e2fs_gen != ufh.ufid_gen) {
1284 struct ufid ufh;
1293 memset(&ufh, 0, sizeof(ufh));
1294 ufh.ufid_len = sizeof(struct ufid);
1295 ufh
1296 ufh.ufid_gen = ip->i_e2fs_gen;
1297 memcpy(fhp, &ufh, sizeof(ufh));