Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/ !
Dext4.h344 # define EXT4_BLOCK_SIZE(s) ((s)->s_blocksize) macro
346 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro