Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dsuper.c975 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
977 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
979 F2FS_OPTION(sbi).fsync_mode = in parse_options()
1951 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
1953 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
1955 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
1986 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
Dnamei.c1086 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1252 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
Ddir.c913 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
Dfile.c214 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()
Df2fs.h141 int fsync_mode; /* fsync policy */ member
1302 enum fsync_mode { enum
/Linux-v5.15/Documentation/filesystems/
Df2fs.rst226 fsync_mode=%s Control the policy of fsync. Currently supports "posix",