Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dindirect.c78 const long direct_blocks = EXT4_NDIR_BLOCKS, in ext4_block_to_path()
771 if (lblock < EXT4_NDIR_BLOCKS) in ext4_ind_calc_metadata_amount()
774 lblock -= EXT4_NDIR_BLOCKS; in ext4_ind_calc_metadata_amount()
1246 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_truncate()
1360 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_remove_space()
Dmigrate.c534 for (i = 0; i < EXT4_NDIR_BLOCKS; i++) { in ext4_ext_migrate()
668 if (end >= EXT4_NDIR_BLOCKS) { in ext4_ind_migrate()
Dext4.h346 #define EXT4_NDIR_BLOCKS 12 macro
347 #define EXT4_IND_BLOCK EXT4_NDIR_BLOCKS
2763 EXT4_NDIR_BLOCKS)
Dsuper.c2338 loff_t res = EXT4_NDIR_BLOCKS; in ext4_max_bitmap_size()