Searched refs:writeback_cache (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/fuse/
H A Dfile.c214 if ((file->f_mode & FMODE_WRITE) && fc->writeback_cache)
241 bool is_wb_truncate = is_truncate && fc->writeback_cache;
376 if (fc->writeback_cache)
513 if (ff->open_flags & FOPEN_NOFLUSH && !fm->fc->writeback_cache)
553 if (!err && fm->fc->writeback_cache)
841 * If writeback_cache is enabled, a short read means there's a hole in
845 if (!fc->writeback_cache) {
1411 if (fc->writeback_cache) {
1923 * Do this only if writeback_cache is not enabled. If writeback_cache
[all...]
H A Dinode.c292 if (!fc->writeback_cache || !S_ISREG(inode->i_mode))
310 * In case of writeback_cache enabled, writes update mtime, ctime and
338 * In case of writeback_cache enabled, the cached writes beyond EOF
471 if (!fc->writeback_cache || !S_ISREG(attr->mode))
1274 fc->writeback_cache = 1;
H A Dfuse_i.h704 unsigned writeback_cache:1; member in struct:fuse_conn
H A Ddir.c1883 bool is_wb = fc->writeback_cache && S_ISREG(inode->i_mode);

Completed in 148 milliseconds