Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dsuper.c750 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
753 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
756 F2FS_OPTION(sbi).fsync_mode = in parse_options()
1373 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
1375 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
1377 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
1389 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
Dnamei.c975 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1130 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
Ddir.c704 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
Dfile.c169 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()
314 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
Df2fs.h138 int fsync_mode; /* fsync policy */ member
1117 enum fsync_mode { enum
/Linux-v4.19/Documentation/filesystems/
Df2fs.txt203 fsync_mode=%s Control the policy of fsync. Currently supports "posix",