Home
last modified time | relevance | path

Searched refs:fsync_mode (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c231 {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 Dnamei.c1076 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 Ddir.c855 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Df2fs.h145 int fsync_mode; /* fsync policy */ member
1275 enum fsync_mode { enum
H A Dfile.c213 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 Dnamei.c1125 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 Dsuper.c224 {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 Ddir.c891 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Dfile.c211 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 Df2fs.h166 int fsync_mode; /* fsync policy */ member
1355 enum fsync_mode { enum

Completed in 40 milliseconds