Home
last modified time | relevance | path

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

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