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

/linux-master/fs/f2fs/
H A Ddir.c891 if (F2FS_OPTION(F2FS_I_SB(dir)).fsync_mode == FSYNC_MODE_STRICT)
H A Df2fs.h1363 FSYNC_MODE_STRICT, /* fsync behaves in line with ext4 */ enumerator in enum:fsync_mode
H A Dfile.c216 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT &&
314 FSYNC_MODE_STRICT && !atomic)
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 Dsuper.c1023 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_STRICT;
2081 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_STRICT)

Completed in 254 milliseconds