Home
last modified time | relevance | path

Searched refs:EXT4_NDIR_BLOCKS (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/ext4/
Dindirect.c80 const long direct_blocks = EXT4_NDIR_BLOCKS, in ext4_block_to_path()
662 if (lblock < EXT4_NDIR_BLOCKS) in ext4_ind_calc_metadata_amount()
665 lblock -= EXT4_NDIR_BLOCKS; in ext4_ind_calc_metadata_amount()
1138 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_truncate()
1256 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_remove_space()
Dmigrate.c526 for (i = 0; i < EXT4_NDIR_BLOCKS; i++) { in ext4_ext_migrate()
658 if (end >= EXT4_NDIR_BLOCKS) { in ext4_ind_migrate()
Dext4.h378 #define EXT4_NDIR_BLOCKS 12 macro
379 #define EXT4_IND_BLOCK EXT4_NDIR_BLOCKS
3088 EXT4_NDIR_BLOCKS)
Dsuper.c2786 loff_t res = EXT4_NDIR_BLOCKS; in ext4_max_bitmap_size()