Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext2/
Dialloc.c248 #define INODE_COST 64 macro
314 if (max_debt * INODE_COST > inodes_per_group) in find_group_orlov()
315 max_debt = inodes_per_group / INODE_COST; in find_group_orlov()