Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext2/
Dialloc.c252 #define INODE_COST 64 macro
319 if (max_debt * INODE_COST > inodes_per_group) in find_group_orlov()
320 max_debt = inodes_per_group / INODE_COST; in find_group_orlov()