Lines Matching refs:notify_id
4386 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument
4405 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify()
4411 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument
4415 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify()
4419 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument
4422 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result()
4425 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument
4437 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb()
4458 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4462 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4467 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
4470 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4477 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4481 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
4484 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()