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

/linux-4.4.14/fs/fuse/
H A Dinode.c175 if (!fc->writeback_cache || !S_ISREG(inode->i_mode)) { fuse_change_attributes_common()
204 bool is_wb = fc->writeback_cache; fuse_change_attributes()
220 * In case of writeback_cache enabled, the cached writes beyond EOF fuse_change_attributes()
308 if (!fc->writeback_cache || !S_ISREG(attr->mode)) fuse_iget()
900 fc->writeback_cache = 1; process_init_reply()
H A Dfile.c190 if (fc->writeback_cache) fuse_finish_open()
193 if ((file->f_mode & FMODE_WRITE) && fc->writeback_cache) fuse_finish_open()
203 fc->writeback_cache; fuse_open_common()
288 /* see fuse_vma_close() for !writeback_cache case */ fuse_release()
289 if (fc->writeback_cache) fuse_release()
679 if (fc->writeback_cache) { fuse_short_read()
1161 if (get_fuse_conn(inode)->writeback_cache) { fuse_file_write_iter()
1934 WARN_ON(!fc->writeback_cache); fuse_write_begin()
2937 if (changed && fc->writeback_cache) fuse_file_fallocate()
H A Dfuse_i.h541 unsigned writeback_cache:1; member in struct:fuse_conn
H A Ddir.c832 if (fc->writeback_cache && S_ISREG(inode->i_mode)) { fuse_fillattr()
1598 bool is_wb = fc->writeback_cache; fuse_do_setattr()

Completed in 161 milliseconds