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