Home
last modified time | relevance | path

Searched refs:FSYNC_MODE_POSIX (Results 1 – 2 of 2) sorted by relevance

/fs/f2fs/
Dsuper.c859 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
1662 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
1684 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
Df2fs.h1318 FSYNC_MODE_POSIX, /* fsync follows posix semantics */ enumerator