Home
last modified time | relevance | path

Searched refs:EXT3_NDIR_BLOCKS (Results 1 – 3 of 3) sorted by relevance

/fs/ext3/
Dext3.h125 #define EXT3_NDIR_BLOCKS 12 macro
126 #define EXT3_IND_BLOCK EXT3_NDIR_BLOCKS
Dinode.c347 const long direct_blocks = EXT3_NDIR_BLOCKS, in ext3_block_to_path()
2595 i_data + EXT3_NDIR_BLOCKS); in ext3_truncate()
3407 int indirects = (EXT3_NDIR_BLOCKS % bpp) ? 5 : 3; in ext3_writepage_trans_blocks()
Dsuper.c1570 loff_t res = EXT3_NDIR_BLOCKS; in ext3_max_size()