Searched refs:ufid (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_extern.h46 struct ufid;
62 int ufs_fhtovp(struct mount *, struct ufid *, int, struct vnode **);
H A Dinode.h202 struct ufid { struct
H A Dufs_vfsops.c228 struct ufid *ufhp;
/freebsd-12-stable/sys/fs/ext2fs/
H A Dinode.h188 struct ufid { struct
H A Dext2_vfsops.c1313 struct ufid *ufhp;
1318 ufhp = (struct ufid *)fhp;
H A Dext2_vnops.c1902 struct ufid *ufhp;
1905 ufhp = (struct ufid *)ap->a_fhp;
1906 ufhp->ufid_len = sizeof(struct ufid);
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_vnops.c1719 struct ufid *ufhp;
1722 ufhp = (struct ufid *)ap->a_fhp;
1723 ufhp->ufid_len = sizeof(struct ufid);
H A Dffs_vfsops.c1825 struct ufid *ufhp;
1834 ufhp = (struct ufid *)fhp;

Completed in 125 milliseconds