Searched refs:ufid (Results 1 – 7 of 7) sorted by relevance
189 struct ufid { struct
1891 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()
1324 struct ufid *ufhp; in ext2_fhtovp()1329 ufhp = (struct ufid *)fhp; in ext2_fhtovp()
43 struct ufid;
274 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
1918 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()
1938 struct ufid *ufhp; in ffs_fhtovp()1940 ufhp = (struct ufid *)fhp; in ffs_fhtovp()