Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c823 F2FS_CTX_INFO(ctx).bggc_mode = result.uint_32; in f2fs_parse_param()
1576 if (F2FS_CTX_INFO(ctx).bggc_mode == BGGC_MODE_OFF) { in f2fs_check_opt_consistency()
1741 F2FS_OPTION(sbi).bggc_mode = F2FS_CTX_INFO(ctx).bggc_mode; in f2fs_apply_options()
2408 if (F2FS_OPTION(sbi).bggc_mode == BGGC_MODE_SYNC) in f2fs_show_options()
2410 else if (F2FS_OPTION(sbi).bggc_mode == BGGC_MODE_ON) in f2fs_show_options()
2412 else if (F2FS_OPTION(sbi).bggc_mode == BGGC_MODE_OFF) in f2fs_show_options()
2618 F2FS_OPTION(sbi).bggc_mode = BGGC_MODE_ON; in default_options()
2978 (F2FS_OPTION(sbi).bggc_mode == BGGC_MODE_OFF && in __f2fs_remount()
5486 if ((F2FS_OPTION(sbi).bggc_mode != BGGC_MODE_OFF || in f2fs_fill_super()
H A Dgc.c148 sync_mode = (F2FS_OPTION(sbi).bggc_mode == BGGC_MODE_SYNC) || in gc_thread_func()
H A Df2fs.h245 int bggc_mode; /* bggc mode: off, on or sync */ member