Searched refs:active_logs (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/f2fs/
H A Dsuper.c199 {Opt_active_logs, "active_logs=%u"},
794 F2FS_OPTION(sbi).active_logs = arg;
2021 seq_printf(seq, ",active_logs=%u", F2FS_OPTION(sbi).active_logs);
2112 F2FS_OPTION(sbi).active_logs = NR_CURSEG_RO_TYPE;
2114 F2FS_OPTION(sbi).active_logs = NR_CURSEG_PERSIST_TYPE;
H A Df2fs.h156 int active_logs; /* # of active logs */ member in struct:f2fs_mount_info
1002 * Instead, as a mount option such as active_logs=x, you can use 2, 4, and 6
H A Dfile.c215 else if (F2FS_OPTION(sbi).active_logs == 2)
H A Dsegment.c3450 switch (F2FS_OPTION(fio->sbi).active_logs) {

Completed in 277 milliseconds