Searched refs:passthrough (Results 1 – 6 of 6) sorted by relevance
228 if (!fc->passthrough || !capable(CAP_SYS_ADMIN)) in fuse_backing_open()279 if (!fc->passthrough || !capable(CAP_SYS_ADMIN)) in fuse_backing_close()337 ff->passthrough = backing_file; in fuse_passthrough_open()341 backing_id, fb, ff->passthrough, err); in fuse_passthrough_open()349 fb, ff->passthrough); in fuse_passthrough_release()351 fput(ff->passthrough); in fuse_passthrough_release()352 ff->passthrough = NULL; in fuse_passthrough_release()
58 bool "FUSE passthrough operations support"66 If you want to allow passthrough operations, answer Y.
16 fuse-$(CONFIG_FUSE_PASSTHROUGH) += passthrough.o
285 struct file *passthrough; member890 unsigned int passthrough:1; member1549 return ff->passthrough; in fuse_file_passthrough()
176 if (!IS_ENABLED(CONFIG_FUSE_PASSTHROUGH) || !fc->passthrough || in fuse_file_passthrough_open()
1424 fc->passthrough = 1; in process_init_reply()
Completed in 16 milliseconds