Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c464 if (!F2FS_OPTION(sbi).unusable_cap_perc) in adjust_unusable_cap_perc()
467 if (F2FS_OPTION(sbi).unusable_cap_perc == 100) in adjust_unusable_cap_perc()
471 F2FS_OPTION(sbi).unusable_cap_perc; in adjust_unusable_cap_perc()
475 F2FS_OPTION(sbi).unusable_cap_perc); in adjust_unusable_cap_perc()
976 F2FS_CTX_INFO(ctx).unusable_cap_perc = arg; in f2fs_parse_param()
1647 F2FS_OPTION(sbi).unusable_cap_perc = in f2fs_apply_options()
1648 F2FS_CTX_INFO(ctx).unusable_cap_perc; in f2fs_apply_options()
H A Df2fs.h200 block_t unusable_cap_perc; /* percentage for cap */ member
H A Dsegment.c934 if (F2FS_OPTION(sbi).unusable_cap_perc == 100) in f2fs_disable_cp_again()