Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dsuper.c377 F2FS_OPTION(sbi).unusable_cap = sbi->user_block_count; in adjust_unusable_cap_perc()
379 F2FS_OPTION(sbi).unusable_cap = (sbi->user_block_count / 100) * in adjust_unusable_cap_perc()
383 F2FS_OPTION(sbi).unusable_cap, in adjust_unusable_cap_perc()
1070 F2FS_OPTION(sbi).unusable_cap = arg; in parse_options()
2109 F2FS_OPTION(sbi).unusable_cap); in f2fs_show_options()
2190 F2FS_OPTION(sbi).unusable_cap = 0; in default_options()
Df2fs.h173 block_t unusable_cap; /* Amount of space allowed to be member
Dsegment.c904 if (unusable > F2FS_OPTION(sbi).unusable_cap) in f2fs_disable_cp_again()