Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsuper.c372 F2FS_OPTION(sbi).unusable_cap = sbi->user_block_count; in adjust_unusable_cap_perc()
374 F2FS_OPTION(sbi).unusable_cap = (sbi->user_block_count / 100) * in adjust_unusable_cap_perc()
378 F2FS_OPTION(sbi).unusable_cap, in adjust_unusable_cap_perc()
1048 F2FS_OPTION(sbi).unusable_cap = arg; in parse_options()
2003 F2FS_OPTION(sbi).unusable_cap); in f2fs_show_options()
2066 F2FS_OPTION(sbi).unusable_cap = 0; in default_options()
Df2fs.h170 block_t unusable_cap; /* Amount of space allowed to be member
Dsegment.c869 if (unusable > F2FS_OPTION(sbi).unusable_cap) in f2fs_disable_cp_again()