Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsuper.c800 F2FS_OPTION(sbi).active_logs = arg; in parse_options()
2074 seq_printf(seq, ",active_logs=%u", F2FS_OPTION(sbi).active_logs); in f2fs_show_options()
2168 F2FS_OPTION(sbi).active_logs = NR_CURSEG_RO_TYPE; in default_options()
2170 F2FS_OPTION(sbi).active_logs = NR_CURSEG_PERSIST_TYPE; in default_options()
2388 sbi->max_open_zones < F2FS_OPTION(sbi).active_logs) { in f2fs_remount()
2391 sbi->max_open_zones, F2FS_OPTION(sbi).active_logs); in f2fs_remount()
4000 if (sbi->max_open_zones < F2FS_OPTION(sbi).active_logs) { in init_blkz_info()
4003 sbi->max_open_zones, F2FS_OPTION(sbi).active_logs); in init_blkz_info()
H A Dsegment.c3501 if (F2FS_OPTION(sbi).active_logs == 2) in f2fs_rw_hint_to_seg_type()
3503 else if (F2FS_OPTION(sbi).active_logs == 4) in f2fs_rw_hint_to_seg_type()
3689 switch (F2FS_OPTION(fio->sbi).active_logs) { in __get_segment_type()
H A Df2fs.h168 int active_logs; /* # of active logs */ member
H A Dfile.c213 else if (F2FS_OPTION(sbi).active_logs == 2) in need_do_checkpoint()
/linux-6.15/Documentation/filesystems/
H A Df2fs.rst134 active_logs=%u Support configuring the number of active logs. In the