Home
last modified time | relevance | path

Searched refs:ufid (Results 1 – 7 of 7) 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()
H A Dext2_vfsops.c1324 struct ufid *ufhp; in ext2_fhtovp()
1329 ufhp = (struct ufid *)fhp; in ext2_fhtovp()
/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.c1918 struct ufid *ufhp; in ffs_vptofh()
1919 _Static_assert(sizeof(struct ufid) <= sizeof(struct fid), in ffs_vptofh()
1923 ufhp = (struct ufid *)ap->a_fhp; in ffs_vptofh()
1924 ufhp->ufid_len = sizeof(struct ufid); in ffs_vptofh()
H A Dffs_vfsops.c1938 struct ufid *ufhp; in ffs_fhtovp()
1940 ufhp = (struct ufid *)fhp; in ffs_fhtovp()