Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.h19 #define LIMIT_INVALID_BLOCK 40 /* percentage over total user space */ macro
57 return (long)(sbi->user_block_count * LIMIT_INVALID_BLOCK) / 100; in limit_invalid_user_blocks()