Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsuper.c1018 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in parse_options()
2119 if (F2FS_OPTION(sbi).fsync_mode == FSYNC_MODE_POSIX) in f2fs_show_options()
2178 F2FS_OPTION(sbi).fsync_mode = FSYNC_MODE_POSIX; in default_options()
H A Df2fs.h1392 FSYNC_MODE_POSIX, /* fsync follows posix semantics */ enumerator