Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fuse/
Dfuse_i.h570 unsigned no_fsync:1; member
Dfile.c494 if ((!isdir && fc->no_fsync) || (isdir && fc->no_fsyncdir)) in fuse_fsync_common()
510 fc->no_fsync = 1; in fuse_fsync_common()