Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.h120 static inline block_t limit_free_user_blocks(block_t reclaimable_user_blocks) in limit_free_user_blocks() argument
122 return (long)(reclaimable_user_blocks * LIMIT_FREE_BLOCK) / 100; in limit_free_user_blocks()