Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fuse/
Dfuse_i.h552 unsigned no_fsync:1; member
Dfile.c469 if ((!isdir && fc->no_fsync) || (isdir && fc->no_fsyncdir)) in fuse_fsync_common()
485 fc->no_fsync = 1; in fuse_fsync_common()