Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext2/
Dialloc.c257 #define INODE_COST 64 macro
324 if (max_debt * INODE_COST > inodes_per_group) in find_group_orlov()
325 max_debt = inodes_per_group / INODE_COST; in find_group_orlov()