Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dnamei.c1121 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1286 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
H A Ddir.c848 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Dsuper.c1013 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
2071 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
H A Dfile.c216 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()
314 FSYNC_MODE_STRICT && !atomic) in f2fs_do_sync_file()
H A Df2fs.h1368 FSYNC_MODE_STRICT, /* fsync behaves in line with ext4 */ enumerator