Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dsuper.c826 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
828 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
830 F2FS_OPTION(sbi).fsync_mode = in parse_options()
1646 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
1648 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
1650 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
1669 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
Dnamei.c1055 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1221 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
Ddir.c855 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
Df2fs.h139 int fsync_mode; /* fsync policy */ member
1317 enum fsync_mode { enum
Dfile.c209 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()
358 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
/Linux-v5.10/Documentation/filesystems/
Df2fs.rst219 fsync_mode=%s Control the policy of fsync. Currently supports "posix",