Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dsuper.c757 FSYNC_MODE_NOBARRIER; in parse_options()
1377 else if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_NOBARRIER) in f2fs_show_options()
Dfile.c314 if (!atomic && F2FS_OPTION(sbi).fsync_mode != FSYNC_MODE_NOBARRIER) in f2fs_do_sync_file()
Df2fs.h1120 FSYNC_MODE_NOBARRIER, /* fsync behaves nobarrier based on posix */ enumerator