Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.h26 #define LIMIT_FREE_BLOCK 40 /* percentage over invalid + free space */ macro
132 return (long)(reclaimable_user_blocks * LIMIT_FREE_BLOCK) / 100; in limit_free_user_blocks()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.h26 #define LIMIT_FREE_BLOCK 40 /* percentage over invalid + free space */ macro
122 return (long)(reclaimable_user_blocks * LIMIT_FREE_BLOCK) / 100; in limit_free_user_blocks()

Completed in 1 milliseconds