Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_dir.h37 struct ext2fs_direct { struct
38 uint32_t e2d_ino; /* inode number of entry */
39 uint16_t e2d_reclen; /* length of this record */
40 uint16_t e2d_namlen; /* length of string in e2d_name */
64 struct ext2fs_direct_2 { argument