Home
last modified time | relevance | path

Searched refs:fsync_mode (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/fs/f2fs/
Dsuper.c1034 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
1036 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
1038 F2FS_OPTION(sbi).fsync_mode = in parse_options()
2114 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
2116 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
2118 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
2170 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
Dnamei.c1116 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1281 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
Ddir.c890 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
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()
Df2fs.h161 int fsync_mode; /* fsync policy */ member
1351 enum fsync_mode { enum
/linux-6.6.21/Documentation/filesystems/
Df2fs.rst247 fsync_mode=%s Control the policy of fsync. Currently supports "posix",