Home
last modified time | relevance | path

Searched refs:BLOCK_COST (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/ext2/
Dialloc.c258 #define BLOCK_COST 256 macro
323 max_debt = EXT2_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, BLOCK_COST); in find_group_orlov()
/linux-2.6.39/fs/ext3/
Dialloc.c240 #define BLOCK_COST 256 macro
296 max_debt = EXT3_BLOCKS_PER_GROUP(sb) / max(blocks_per_dir, (ext3_fsblk_t)BLOCK_COST); in find_group_orlov()