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.c1141 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1313 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
H A Dxattr.c791 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in __f2fs_setxattr()
H A Ddir.c898 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Dfile.c78 F2FS_OPTION(F2FS_I_SB(inode)).fsync_mode == FSYNC_MODE_STRICT; in f2fs_zero_post_eof_page()
296 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()
397 FSYNC_MODE_STRICT && !atomic) in f2fs_do_sync_file()
H A Dsuper.c271 {"strict", FSYNC_MODE_STRICT},
2541 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
H A Df2fs.h1550 FSYNC_MODE_STRICT, /* fsync behaves in line with ext4 */ enumerator