Home
last modified time | relevance | path

Searched refs:ufid (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dinode.h189 struct ufid { struct
H A Dext2_vnops.c1891 struct ufid *ufhp; in ext2_vptofh()
1892 _Static_assert(sizeof(struct ufid) <= sizeof(struct fid), in ext2_vptofh()
1896 ufhp = (struct ufid *)ap->a_fhp; in ext2_vptofh()
1897 ufhp->ufid_len = sizeof(struct ufid); in ext2_vptofh()
/freebsd/sys/ufs/ufs/
H A Dufs_extern.h43 struct ufid;
H A Dinode.h274 struct ufid {
277 struct ufid { global() struct
278 ufid_lenufid global() argument
279 ufid_padufid global() argument
280 ufid_inoufid global() argument
281 ufid_genufid global() argument
/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c1921 struct ufid *ufhp; in ffs_vptofh()
1922 _Static_assert(sizeof(struct ufid) <= sizeof(struct fid), in ffs_vptofh()
1926 ufhp = (struct ufid *)ap->a_fhp; in ffs_vptofh()
1927 ufhp->ufid_len = sizeof(struct ufid); in ffs_vptofh()
H A Dffs_vfsops.c1913 struct ufid *ufhp; in ffs_fhtovp()
1915 ufhp = (struct ufid *)fhp; in ffs_fhtovp()