writeback_cache   891 fs/fuse/dir.c  	if (fc->writeback_cache && S_ISREG(inode->i_mode)) {
writeback_cache  1500 fs/fuse/dir.c  	bool is_wb = fc->writeback_cache;
writeback_cache   209 fs/fuse/file.c 		if (fc->writeback_cache)
writeback_cache   212 fs/fuse/file.c 	if ((file->f_mode & FMODE_WRITE) && fc->writeback_cache)
writeback_cache   222 fs/fuse/file.c 			  fc->writeback_cache;
writeback_cache   315 fs/fuse/file.c 	if (fc->writeback_cache)
writeback_cache   761 fs/fuse/file.c 	if (fc->writeback_cache) {
writeback_cache  1278 fs/fuse/file.c 	if (get_fuse_conn(inode)->writeback_cache) {
writeback_cache  2177 fs/fuse/file.c 	WARN_ON(!fc->writeback_cache);
writeback_cache  3230 fs/fuse/file.c 		if (changed && fc->writeback_cache)
writeback_cache  3273 fs/fuse/file.c 	bool is_unstable = (!fc->writeback_cache) &&
writeback_cache  3282 fs/fuse/file.c 	if (fc->writeback_cache) {
writeback_cache  3296 fs/fuse/file.c 	if (fc->writeback_cache) {
writeback_cache  3321 fs/fuse/file.c 	if (fc->writeback_cache) {
writeback_cache   601 fs/fuse/fuse_i.h 	unsigned writeback_cache:1;
writeback_cache   166 fs/fuse/inode.c 	if (!fc->writeback_cache || !S_ISREG(inode->i_mode)) {
writeback_cache   195 fs/fuse/inode.c 	bool is_wb = fc->writeback_cache;
writeback_cache   300 fs/fuse/inode.c 		if (!fc->writeback_cache || !S_ISREG(attr->mode))
writeback_cache   933 fs/fuse/inode.c 				fc->writeback_cache = 1;