Lines Matching refs:notify_id
4347 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument
4366 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify()
4372 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument
4376 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify()
4380 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument
4383 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result()
4386 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument
4398 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb()
4419 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4423 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4428 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
4431 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4438 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4442 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
4445 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()