Home
last modified time | relevance | path

Searched defs:ufid (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/fs/ext2fs/
H A Dinode.h191 struct ufid { struct
192 uint16_t ufid_len; /* Length of structure. */ argument
193 uint16_t ufid_pad; /* Force 32-bit alignment. */ argument
194 ino_t ufid_ino; /* File number (ino). */ argument
195 uint32_t ufid_gen; /* Generation number. */ argument
/freebsd-14.2/sys/ufs/ufs/
H A Dinode.h279 struct ufid { struct
280 uint16_t ufid_len; /* Length of structure. */ argument
281 uint16_t ufid_pad; /* Force 32-bit alignment. */ argument
282 uint32_t ufid_ino; /* File number (ino). */ argument
283 uint32_t ufid_gen; /* Generation number. */ argument