Searched refs:EXT2_N_BLOCKS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/fs/ext2fs/
H A Dext2_dinode.h96 #define EXT2_N_BLOCKS (EXT2_TIND_BLOCK + 1) macro
97 #define EXT2_MAXSYMLINKLEN (EXT2_N_BLOCKS * sizeof(uint32_t))
115 uint32_t e2di_blocks[EXT2_N_BLOCKS]; /* 40: disk blocks */

Completed in 62 milliseconds