Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsuper.c787 F2FS_OPTION(sbi).active_logs = arg; in parse_options()
2037 seq_printf(seq, ",active_logs=%u", F2FS_OPTION(sbi).active_logs); in f2fs_show_options()
2128 F2FS_OPTION(sbi).active_logs = NR_CURSEG_RO_TYPE; in default_options()
2130 F2FS_OPTION(sbi).active_logs = NR_CURSEG_PERSIST_TYPE; in default_options()
H A Df2fs.h153 int active_logs; /* # of active logs */ member
998 * Instead, as a mount option such as active_logs=x, you can use 2, 4, and 6
H A Dfile.c209 else if (F2FS_OPTION(sbi).active_logs == 2) in need_do_checkpoint()
H A Dsegment.c3414 switch (F2FS_OPTION(fio->sbi).active_logs) { in __get_segment_type()
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst134 active_logs=%u Support configuring the number of active logs. In the