Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dnamei.c1080 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1245 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
H A Dxattr.c785 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in __f2fs_setxattr()
H A Ddir.c890 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Dfile.c237 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()
338 FSYNC_MODE_STRICT && !atomic) in f2fs_do_sync_file()
H A Dsuper.c218 {"strict", FSYNC_MODE_STRICT},
2452 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
H A Df2fs.h1482 FSYNC_MODE_STRICT, /* fsync behaves in line with ext4 */ enumerator