Searched refs:fuse_copy_init (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/fuse/ |
D | dev.c | 548 static void fuse_copy_init(struct fuse_copy_state *cs, struct fuse_conn *fc, in fuse_copy_init() function 1197 fuse_copy_init(&cs, fc, 1, iov, nr_segs); in fuse_dev_read() 1235 fuse_copy_init(&cs, fc, 1, NULL, 0); in fuse_dev_splice_read() 1807 fuse_copy_init(&cs, fc, 0, iov, nr_segs); in fuse_dev_write() 1872 fuse_copy_init(&cs, fc, 0, NULL, nbuf); in fuse_dev_splice_write()
|