Searched refs:fsync_mode (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 231 {Opt_fsync, "fsync_mode=%s"}, 896 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options() 898 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options() 900 F2FS_OPTION(sbi).fsync_mode = in parse_options() 1724 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options() 1725 seq_printf(seq, ",fsync_mode=%s", "posix"); in f2fs_show_options() 1726 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options() 1727 seq_printf(seq, ",fsync_mode=%s", "strict"); in f2fs_show_options() 1728 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options() 1729 seq_printf(seq, ",fsync_mode in f2fs_show_options() [all...] |
H A D | namei.c | 1076 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename() 1242 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
|
H A D | dir.c | 855 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
|
H A D | f2fs.h | 145 int fsync_mode; /* fsync policy */ member 1275 enum fsync_mode { enum
|
H A D | file.c | 213 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint() 361 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | namei.c | 1125 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename() 1290 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
|
H A D | super.c | 224 {Opt_fsync, "fsync_mode=%s"}, 1040 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options() 1042 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options() 1044 F2FS_OPTION(sbi).fsync_mode = in parse_options() 2120 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options() 2121 seq_printf(seq, ",fsync_mode=%s", "posix"); in f2fs_show_options() 2122 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options() 2123 seq_printf(seq, ",fsync_mode=%s", "strict"); in f2fs_show_options() 2124 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options() 2125 seq_printf(seq, ",fsync_mode in f2fs_show_options() [all...] |
H A D | dir.c | 891 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
|
H A D | file.c | 211 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint() 308 if (F2FS_OPTION(sbi).fsync_mode == in f2fs_do_sync_file() 371 if ((!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) || in f2fs_do_sync_file()
|
H A D | f2fs.h | 166 int fsync_mode; /* fsync policy */ member 1355 enum fsync_mode { enum
|
Completed in 40 milliseconds