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

/linux-master/fs/f2fs/
H A Dnamei.c1121 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) {
1286 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT) {
H A Ddir.c891 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT)
H A Dsuper.c1010 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT;
2068 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT)
H A Dfile.c217 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT &&
315 FSYNC_MODE_STRICT && !atomic)
H A Df2fs.h1367 FSYNC_MODE_STRICT, /* fsync behaves in line with ext4 */ enumerator in enum:fsync_mode

Completed in 154 milliseconds