Home
last modified time | relevance | path

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

/fs/ext2/
Dialloc.c263 #define INODE_COST 64 macro
330 if (max_debt * INODE_COST > inodes_per_group) in find_group_orlov()
331 max_debt = inodes_per_group / INODE_COST; in find_group_orlov()
/fs/ext3/
Dialloc.c251 #define INODE_COST 64 macro
309 if (max_debt * INODE_COST > inodes_per_group) in find_group_orlov()
310 max_debt = inodes_per_group / INODE_COST; in find_group_orlov()
/fs/ext4/
Dialloc.c438 #define INODE_COST 64 macro
502 if (max_debt * INODE_COST > inodes_per_group) in find_group_orlov()
503 max_debt = inodes_per_group / INODE_COST; in find_group_orlov()