Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext2/
H A 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()
/kernel/linux/linux-6.6/fs/ext2/
H A Dialloc.c248 #define INODE_COST 64 macro
311 if (max_debt * INODE_COST > inodes_per_group) in find_group_orlov()
312 max_debt = inodes_per_group / INODE_COST; in find_group_orlov()

Completed in 2 milliseconds