Lines Matching defs:notify_id
4379 u64 notify_id, u64 cookie, s32 *result)
4398 &rbd_dev->header_oloc, notify_id, cookie,
4404 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id,
4408 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL);
4412 u64 notify_id, u64 cookie, s32 result)
4415 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result);
4418 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie,
4429 dout("%s rbd_dev %p cookie %llu notify_id %llu data_len %zu\n",
4430 __func__, rbd_dev, cookie, notify_id, data_len);
4451 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4455 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4460 rbd_acknowledge_notify_result(rbd_dev, notify_id,
4463 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4470 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4474 rbd_acknowledge_notify_result(rbd_dev, notify_id,
4477 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);