Searched refs:fuse_file_passthrough (Results 1 – 3 of 3) sorted by relevance
32 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_read_iter()59 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_write_iter()86 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_splice_read()110 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_splice_write()135 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_mmap()
298 if (fuse_file_passthrough(ff)) in fuse_prepare_release()1756 else if (fuse_file_passthrough(ff)) in fuse_file_read_iter()1777 else if (fuse_file_passthrough(ff)) in fuse_file_write_iter()1790 if (fuse_file_passthrough(ff) && !(ff->open_flags & FOPEN_DIRECT_IO)) in fuse_splice_read()1802 if (fuse_file_passthrough(ff) && !(ff->open_flags & FOPEN_DIRECT_IO)) in fuse_splice_write()2313 if (fuse_file_passthrough(ff)) in fuse_file_mmap()
1560 static inline struct file *fuse_file_passthrough(struct fuse_file *ff) in fuse_file_passthrough() function