Searched refs:active_logs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 190 {Opt_active_logs, "active_logs=%u"}, 655 F2FS_OPTION(sbi).active_logs = arg; in parse_options() 1099 if (F2FS_OPTION(sbi).active_logs != NR_CURSEG_PERSIST_TYPE) in parse_options() 1676 seq_printf(seq, ",active_logs=%u", F2FS_OPTION(sbi).active_logs); in f2fs_show_options() 1743 F2FS_OPTION(sbi).active_logs = NR_CURSEG_PERSIST_TYPE; in default_options()
|
H A D | f2fs.h | 132 int active_logs; /* # of active logs */ member 933 * Instead, as a mount option such as active_logs=x, you can use 2, 4, and 6
|
H A D | segment.c | 3472 switch (F2FS_OPTION(fio->sbi).active_logs) { in __get_segment_type()
|
H A D | file.c | 211 else if (F2FS_OPTION(sbi).active_logs == 2) in need_do_checkpoint()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 183 {Opt_active_logs, "active_logs=%u"}, 816 F2FS_OPTION(sbi).active_logs = arg; in parse_options() 2072 seq_printf(seq, ",active_logs=%u", F2FS_OPTION(sbi).active_logs); in f2fs_show_options() 2166 F2FS_OPTION(sbi).active_logs = NR_CURSEG_RO_TYPE; in default_options() 2168 F2FS_OPTION(sbi).active_logs = NR_CURSEG_PERSIST_TYPE; in default_options()
|
H A D | segment.c | 3375 switch (F2FS_OPTION(fio->sbi).active_logs) { in __get_segment_type()
|
H A D | f2fs.h | 154 int active_logs; /* # of active logs */ member 993 * Instead, as a mount option such as active_logs=x, you can use 2, 4, and 6
|
H A D | file.c | 209 else if (F2FS_OPTION(sbi).active_logs == 2) in need_do_checkpoint()
|
Completed in 51 milliseconds