Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dnamei.c1062 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1227 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
H A Dxattr.c784 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in __f2fs_setxattr()
H A Ddir.c873 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Dsuper.c1020 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
2121 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
H A Dfile.c215 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()
316 FSYNC_MODE_STRICT && !atomic) in f2fs_do_sync_file()
H A Df2fs.h1393 FSYNC_MODE_STRICT, /* fsync behaves in line with ext4 */ enumerator