Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsuper.c1018 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
1020 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
1022 F2FS_OPTION(sbi).fsync_mode = in parse_options()
2119 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
2121 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
2123 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
2178 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
H A Dnamei.c1062 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1227 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
H A Dxattr.c784 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in __f2fs_setxattr()
H A Ddir.c873 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Dfile.c215 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()
315 if (F2FS_OPTION(sbi).fsync_mode == in f2fs_do_sync_file()
378 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
H A Df2fs.h180 int fsync_mode; /* fsync policy */ member
1391 enum fsync_mode { enum
/linux-6.15/Documentation/filesystems/
H A Df2fs.rst246 fsync_mode=%s Control the policy of fsync. Currently supports "posix",