Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/intermezzo/
Djournal_ext3.c239 const long direct_blocks = EXT3_NDIR_BLOCKS, in presto_e3_has_all_data()
/linux-2.4.37.9/include/linux/
Dext3_fs.h180 #define EXT3_NDIR_BLOCKS 12 macro
181 #define EXT3_IND_BLOCK EXT3_NDIR_BLOCKS
/linux-2.4.37.9/fs/ext3/
Dinode.c359 const long direct_blocks = EXT3_NDIR_BLOCKS, in ext3_block_to_path()
1938 i_data + EXT3_NDIR_BLOCKS); in ext3_truncate()
2471 int indirects = (EXT3_NDIR_BLOCKS % bpp) ? 5 : 3; in ext3_writepage_trans_blocks()
Dsuper.c908 loff_t res = EXT3_NDIR_BLOCKS; in ext3_max_size()