Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfuse.h435 __u32 fsync_flags; member
/linux-2.6.39/fs/fuse/
Dfile.c435 inarg.fsync_flags = datasync ? 1 : 0; in fuse_fsync_common()