Lines Matching refs:notify_id
4447 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument
4466 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify()
4472 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument
4476 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify()
4480 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument
4483 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result()
4486 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument
4498 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb()
4519 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4523 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4528 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
4531 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4538 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4542 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
4545 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()