Home
last modified time | relevance | path

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

/linux-2.6.39/fs/fuse/
Dfuse_i.h431 unsigned no_fsync:1; member
Dfile.c415 if ((!isdir && fc->no_fsync) || (isdir && fc->no_fsyncdir)) in fuse_fsync_common()
448 fc->no_fsync = 1; in fuse_fsync_common()