Searched defs:EXT4_BLOCK_SIZE_BITS (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ext4/
H A Dext4.h346 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
349 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro

Completed in 307 milliseconds