Searched refs:ufhp (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/fs/ext2fs/
H A Dext2_vfsops.c1324 struct ufid *ufhp; local
1329 ufhp = (struct ufid *)fhp;
1331 if (ufhp->ufid_ino < EXT2_ROOTINO ||
1332 ufhp->ufid_ino > fs->e2fs_gcount * fs->e2fs_ipg)
1335 error = VFS_VGET(mp, ufhp->ufid_ino, LK_EXCLUSIVE, &nvp);
1342 ip->i_gen != ufhp->ufid_gen || ip->i_nlink <= 0) {
H A Dext2_vnops.c1891 struct ufid *ufhp; local
1894 ufhp = (struct ufid *)ap->a_fhp;
1895 ufhp->ufid_len = sizeof(struct ufid);
1896 ufhp->ufid_ino = ip->i_number;
1897 ufhp->ufid_gen = ip->i_gen;
/freebsd-current/sys/ufs/ffs/
H A Dffs_vnops.c1921 struct ufid *ufhp; local
1924 ufhp = (struct ufid *)ap->a_fhp;
1925 ufhp->ufid_len = sizeof(struct ufid);
1926 ufhp->ufid_ino = ip->i_number;
1927 ufhp->ufid_gen = ip->i_gen;
H A Dffs_vfsops.c2044 struct ufid *ufhp; local
2046 ufhp = (struct ufid *)fhp;
2047 return (ffs_inotovp(mp, ufhp->ufid_ino, ufhp->ufid_gen, flags,

Completed in 271 milliseconds