Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsuper.c1012 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
1014 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
1016 F2FS_OPTION(sbi).fsync_mode = in parse_options()
2008 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
2010 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
2012 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
2047 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
Dnamei.c1109 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1274 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
Ddir.c914 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
Dfile.c215 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()
312 if (F2FS_OPTION(sbi).fsync_mode == in f2fs_do_sync_file()
375 if ((!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) || in f2fs_do_sync_file()
Df2fs.h159 int fsync_mode; /* fsync policy */ member
1353 enum fsync_mode { enum
/linux-6.1.9/Documentation/filesystems/
Df2fs.rst240 fsync_mode=%s Control the policy of fsync. Currently supports "posix",