Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c972 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
974 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
976 F2FS_OPTION(sbi).fsync_mode = in parse_options()
1913 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
1915 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
1917 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
1946 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
H A Dnamei.c1080 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1246 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
H A Ddir.c916 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Df2fs.h154 int fsync_mode; /* fsync policy */ member
1319 enum fsync_mode { enum
H A Dfile.c217 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()
386 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Df2fs.rst224 fsync_mode=%s Control the policy of fsync. Currently supports "posix",