Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dfuse.h560 uint32_t fsync_flags; member
/linux-4.19.296/fs/fuse/
Dfile.c499 inarg.fsync_flags = datasync ? 1 : 0; in fuse_fsync_common()