Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
Dialloc.c255 #define INODE_COST 64 macro
322 if (max_debt * INODE_COST > inodes_per_group) in find_group_orlov()
323 max_debt = inodes_per_group / INODE_COST; in find_group_orlov()