Searched refs:active_logs (Results 1 – 4 of 4) sorted by relevance
790 F2FS_OPTION(sbi).active_logs = arg; in parse_options()2020 seq_printf(seq, ",active_logs=%u", F2FS_OPTION(sbi).active_logs); in f2fs_show_options()2111 F2FS_OPTION(sbi).active_logs = NR_CURSEG_RO_TYPE; in default_options()2113 F2FS_OPTION(sbi).active_logs = NR_CURSEG_PERSIST_TYPE; in default_options()2328 sbi->max_open_zones < F2FS_OPTION(sbi).active_logs) { in f2fs_remount()2331 sbi->max_open_zones, F2FS_OPTION(sbi).active_logs); in f2fs_remount()3888 if (sbi->max_open_zones < F2FS_OPTION(sbi).active_logs) { in init_blkz_info()3891 sbi->max_open_zones, F2FS_OPTION(sbi).active_logs); in init_blkz_info()
3380 if (F2FS_OPTION(sbi).active_logs == 2) in f2fs_rw_hint_to_seg_type()3382 else if (F2FS_OPTION(sbi).active_logs == 4) in f2fs_rw_hint_to_seg_type()3550 switch (F2FS_OPTION(fio->sbi).active_logs) { in __get_segment_type()
156 int active_logs; /* # of active logs */ member
217 else if (F2FS_OPTION(sbi).active_logs == 2) in need_do_checkpoint()