Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.h25 #define LIMIT_INVALID_BLOCK 40 /* percentage over total user space */ macro
125 return (long)(sbi->user_block_count * LIMIT_INVALID_BLOCK) / 100; in limit_invalid_user_blocks()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.h25 #define LIMIT_INVALID_BLOCK 40 /* percentage over total user space */ macro
117 return (long)(user_block_count * LIMIT_INVALID_BLOCK) / 100; in limit_invalid_user_blocks()

Completed in 2 milliseconds