Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dgc.h21 #define LIMIT_FREE_BLOCK 40 /* percentage over invalid + free space */ macro
68 return (long)(reclaimable_user_blocks * LIMIT_FREE_BLOCK) / 100; in limit_free_user_blocks()