Home
last modified time | relevance | path

Searched refs:active_logs (Results 1 – 6 of 6) sorted by relevance

/linux/fs/f2fs/
H A Dsuper.c873 F2FS_CTX_INFO(ctx).active_logs = result.int_32; in f2fs_parse_param()
1722 F2FS_OPTION(sbi).active_logs = F2FS_CTX_INFO(ctx).active_logs; in f2fs_apply_options()
1779 sbi->max_open_zones < F2FS_OPTION(sbi).active_logs) { in f2fs_sanity_check_options()
1782 sbi->max_open_zones, F2FS_OPTION(sbi).active_logs); in f2fs_sanity_check_options()
2451 seq_printf(seq, ",active_logs=%u", F2FS_OPTION(sbi).active_logs); in f2fs_show_options()
2554 F2FS_OPTION(sbi).active_logs = NR_CURSEG_RO_TYPE; in default_options()
2556 F2FS_OPTION(sbi).active_logs = NR_CURSEG_PERSIST_TYPE; in default_options()
4452 if (sbi->max_open_zones < F2FS_OPTION(sbi).active_logs) { in init_blkz_info()
4455 sbi->max_open_zones, F2FS_OPTION(sbi).active_logs); in init_blkz_info()
H A Dsegment.h680 if (F2FS_OPTION(sbi).active_logs != 4) { in __get_secs_required()
H A Dsegment.c3554 if (F2FS_OPTION(sbi).active_logs == 2) in f2fs_rw_hint_to_seg_type()
3556 else if (F2FS_OPTION(sbi).active_logs == 4) in f2fs_rw_hint_to_seg_type()
3742 switch (F2FS_OPTION(fio->sbi).active_logs) { in __get_segment_type()
H A Df2fs.h222 int active_logs; /* # of active logs */ member
H A Dfile.c237 else if (F2FS_OPTION(sbi).active_logs == 2) in need_do_checkpoint()
/linux/Documentation/filesystems/
H A Df2fs.rst137 active_logs=%u Support configuring the number of active logs. In the