Lines Matching refs:notify_id
3237 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument
3256 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify()
3262 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument
3266 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify()
3270 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument
3273 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result()
3276 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument
3288 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb()
3309 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
3313 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
3318 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
3321 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
3328 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
3332 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
3335 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()