Lines Matching refs:notify_id
4428 u64 notify_id, u64 cookie, s32 *result)
4447 &rbd_dev->header_oloc, notify_id, cookie,
4453 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id,
4457 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL);
4461 u64 notify_id, u64 cookie, s32 result)
4464 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result);
4467 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie,
4478 dout("%s rbd_dev %p cookie %llu notify_id %llu data_len %zu\n",
4479 __func__, rbd_dev, cookie, notify_id, data_len);
4500 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4504 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4509 rbd_acknowledge_notify_result(rbd_dev, notify_id,
4512 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4519 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4523 rbd_acknowledge_notify_result(rbd_dev, notify_id,
4526 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);