Home
last modified time | relevance | path

Searched defs:fuse_copy_state (Results 1 – 1 of 1) sorted by relevance

/linux/fs/fuse/
H A Dfuse_dev_i.h22 struct fuse_copy_state { struct
23 struct fuse_req *req;
24 struct iov_iter *iter;
25 struct pipe_buffer *pipebufs;
26 struct pipe_buffer *currbuf;
27 struct pipe_inode_info *pipe;
28 unsigned long nr_segs;
29 struct page *pg;
30 unsigned int len;
54 void fuse_copy_init(struct fuse_copy_state *cs, bool write, argument