Lines Matching refs:notify_id
4368 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument
4387 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify()
4393 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument
4397 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify()
4401 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument
4404 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result()
4407 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument
4419 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb()
4440 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4444 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4449 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
4452 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4459 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4463 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
4466 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()