Lines Matching refs:struct_v
2787 u8 struct_v; in rbd_request_lock() local
2806 &struct_v, &len); in rbd_request_lock()
3118 static void rbd_handle_acquired_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_acquired_lock() argument
3123 if (struct_v >= 2) { in rbd_handle_acquired_lock()
3152 static void rbd_handle_released_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_released_lock() argument
3157 if (struct_v >= 2) { in rbd_handle_released_lock()
3189 static int rbd_handle_request_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_request_lock() argument
3196 if (struct_v >= 2) { in rbd_handle_request_lock()
3282 u8 struct_v = 0; in rbd_watch_cb() local
3291 &struct_v, &len); in rbd_watch_cb()
3308 rbd_handle_acquired_lock(rbd_dev, struct_v, &p); in rbd_watch_cb()
3312 rbd_handle_released_lock(rbd_dev, struct_v, &p); in rbd_watch_cb()
3316 ret = rbd_handle_request_lock(rbd_dev, struct_v, &p); in rbd_watch_cb()
4605 u8 struct_v; in decode_parent_image_spec() local
4610 &struct_v, &struct_len); in decode_parent_image_spec()