Home
last modified time | relevance | path

Searched refs:fuse_passthrough (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dpassthrough.c204 struct fuse_passthrough *passthrough; in fuse_passthrough_open()
230 passthrough = kmalloc(sizeof(struct fuse_passthrough), GFP_KERNEL); in fuse_passthrough_open()
260 struct fuse_passthrough *passthrough; in fuse_passthrough_setup()
283 void fuse_passthrough_release(struct fuse_passthrough *passthrough) in fuse_passthrough_release()
H A Dfuse_i.h189 struct fuse_passthrough { struct
240 struct fuse_passthrough passthrough;
1264 void fuse_passthrough_release(struct fuse_passthrough *passthrough);
H A Dinode.c1149 struct fuse_passthrough *passthrough = (struct fuse_passthrough *)p; in free_fuse_passthrough()