Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsuper.c1004 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
1006 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
1008 F2FS_OPTION(sbi).fsync_mode = in parse_options()
2082 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
2084 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
2086 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
2138 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
H A Dnamei.c1056 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()
H A Dxattr.c784 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in __f2fs_setxattr()
H A Ddir.c915 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()
311 if (F2FS_OPTION(sbi).fsync_mode == in f2fs_do_sync_file()
374 if ((!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) || in f2fs_do_sync_file()
H A Df2fs.h165 int fsync_mode; /* fsync policy */ member
1361 enum fsync_mode { enum
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst243 fsync_mode=%s Control the policy of fsync. Currently supports "posix",