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()60 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_write_iter()88 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_splice_read()107 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_splice_write()130 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_mmap()
297 if (fuse_file_passthrough(ff)) in fuse_prepare_release()1703 else if (fuse_file_passthrough(ff)) in fuse_file_read_iter()1724 else if (fuse_file_passthrough(ff)) in fuse_file_write_iter()1737 if (fuse_file_passthrough(ff) && !(ff->open_flags & FOPEN_DIRECT_IO)) in fuse_splice_read()1749 if (fuse_file_passthrough(ff) && !(ff->open_flags & FOPEN_DIRECT_IO)) in fuse_splice_write()2558 if (fuse_file_passthrough(ff)) in fuse_file_mmap()
1464 static inline struct file *fuse_file_passthrough(struct fuse_file *ff) in fuse_file_passthrough() function