Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dext4.h344 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
347 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro