Lines Matching refs:struct_v
1780 u8 struct_v; in decode_object_map_header() local
1789 ret = ceph_start_decoding(p, end, 1, "BitVector header", &struct_v, in decode_object_map_header()
3757 u8 struct_v; in rbd_request_lock() local
3776 &struct_v, &len); in rbd_request_lock()
4177 static void rbd_handle_acquired_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_acquired_lock() argument
4182 if (struct_v >= 2) { in rbd_handle_acquired_lock()
4206 static void rbd_handle_released_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_released_lock() argument
4211 if (struct_v >= 2) { in rbd_handle_released_lock()
4240 static int rbd_handle_request_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_request_lock() argument
4247 if (struct_v >= 2) { in rbd_handle_request_lock()
4333 u8 struct_v = 0; in rbd_watch_cb() local
4342 &struct_v, &len); in rbd_watch_cb()
4359 rbd_handle_acquired_lock(rbd_dev, struct_v, &p); in rbd_watch_cb()
4363 rbd_handle_released_lock(rbd_dev, struct_v, &p); in rbd_watch_cb()
4367 ret = rbd_handle_request_lock(rbd_dev, struct_v, &p); in rbd_watch_cb()
5573 u8 struct_v; in decode_parent_image_spec() local
5578 &struct_v, &struct_len); in decode_parent_image_spec()