Lines Matching defs:arg
2471 static struct ceph_object_extent *alloc_object_extent(void *arg)
2473 struct rbd_img_request *img_req = arg;
2613 static void set_bio_pos(struct ceph_object_extent *ex, u32 bytes, void *arg)
2617 struct ceph_bio_iter *it = arg;
2624 static void count_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg)
2628 struct ceph_bio_iter *it = arg;
2637 static void copy_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg)
2641 struct ceph_bio_iter *it = arg;
2676 static void set_bvec_pos(struct ceph_object_extent *ex, u32 bytes, void *arg)
2680 struct ceph_bvec_iter *it = arg;
2687 static void count_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg)
2691 struct ceph_bvec_iter *it = arg;
2698 static void copy_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg)
2702 struct ceph_bvec_iter *it = arg;
4411 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie,
4414 struct rbd_device *rbd_dev = arg;
4477 static void rbd_watch_errcb(void *arg, u64 cookie, int err)
4479 struct rbd_device *rbd_dev = arg;