Searched refs:fuse_file_passthrough (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/fuse/
H A Dpassthrough.c32 struct file *backing_file = fuse_file_passthrough(ff);
60 struct file *backing_file = fuse_file_passthrough(ff);
88 struct file *backing_file = fuse_file_passthrough(ff);
107 struct file *backing_file = fuse_file_passthrough(ff);
130 struct file *backing_file = fuse_file_passthrough(ff);
H A Dfile.c297 if (fuse_file_passthrough(ff))
1706 else if (fuse_file_passthrough(ff))
1727 else if (fuse_file_passthrough(ff))
1740 if (fuse_file_passthrough(ff) && !(ff->open_flags & FOPEN_DIRECT_IO))
1752 if (fuse_file_passthrough(ff) && !(ff->open_flags & FOPEN_DIRECT_IO))
2549 if (fuse_file_passthrough(ff))
H A Dfuse_i.h1456 static inline struct file *fuse_file_passthrough(struct fuse_file *ff) function

Completed in 272 milliseconds