Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dnamei.c1080 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_rename()
1246 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) { in f2fs_cross_rename()
H A Ddir.c916 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT) in f2fs_delete_entry()
H A Dsuper.c974 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT; in parse_options()
1915 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) in f2fs_show_options()
H A Df2fs.h1321 FSYNC_MODE_STRICT, /* fsync behaves in line with ext4 */ enumerator
H A Dfile.c217 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT && in need_do_checkpoint()