Home
last modified time | relevance | path

Searched refs:FSYNC_MODE_NOBARRIER (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dsuper.c1009 FSYNC_MODE_NOBARRIER; in parse_options()
2086 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
H A Df2fs.h1364 FSYNC_MODE_NOBARRIER, /* fsync behaves nobarrier based on posix */ enumerator
H A Dfile.c374 if ((!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) || in f2fs_do_sync_file()