Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c489 F2FS_OPTION(sbi).unusable_cap = sbi->user_block_count; in adjust_unusable_cap_perc()
491 F2FS_OPTION(sbi).unusable_cap = (sbi->user_block_count / 100) * in adjust_unusable_cap_perc()
495 F2FS_OPTION(sbi).unusable_cap, in adjust_unusable_cap_perc()
1015 F2FS_CTX_INFO(ctx).unusable_cap = arg; in f2fs_parse_param()
1025 F2FS_CTX_INFO(ctx).unusable_cap = 0; in f2fs_parse_param()
1700 F2FS_OPTION(sbi).unusable_cap = F2FS_CTX_INFO(ctx).unusable_cap; in f2fs_apply_options()
2445 F2FS_OPTION(sbi).unusable_cap); in f2fs_show_options()
2534 F2FS_OPTION(sbi).unusable_cap = 0; in default_options()
H A Df2fs.h220 block_t unusable_cap; /* Amount of space allowed to be member
H A Dsegment.c936 if (unusable > F2FS_OPTION(sbi).unusable_cap) in f2fs_disable_cp_again()