Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dsuper.c354 sbi->active_logs = arg; in parse_options()
616 seq_printf(seq, ",active_logs=%u", sbi->active_logs); in f2fs_show_options()
665 int err, active_logs; in f2fs_remount() local
676 active_logs = sbi->active_logs; in f2fs_remount()
679 sbi->active_logs = NR_CURSEG_TYPE; in f2fs_remount()
737 sbi->active_logs = active_logs; in f2fs_remount()
998 sbi->active_logs = NR_CURSEG_TYPE; in f2fs_fill_super()
Dfile.c135 else if (sbi->active_logs == 2) in need_do_checkpoint()
Dsegment.c1149 switch (F2FS_P_SB(page)->active_logs) { in __get_segment_type()
1157 F2FS_P_SB(page)->active_logs != NR_CURSEG_TYPE); in __get_segment_type()
Df2fs.h663 int active_logs; /* # of active logs */ member
/linux-4.1.27/Documentation/filesystems/
Df2fs.txt119 active_logs=%u Support configuring the number of active logs. In the