Lines Matching refs:notify_id
4372 u64 notify_id, u64 cookie, s32 *result)
4391 &rbd_dev->header_oloc, notify_id, cookie,
4397 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id,
4401 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL);
4405 u64 notify_id, u64 cookie, s32 result)
4408 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result);
4411 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie,
4422 dout("%s rbd_dev %p cookie %llu notify_id %llu data_len %zu\n",
4423 __func__, rbd_dev, cookie, notify_id, data_len);
4444 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4448 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4453 rbd_acknowledge_notify_result(rbd_dev, notify_id,
4456 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4463 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);
4467 rbd_acknowledge_notify_result(rbd_dev, notify_id,
4470 rbd_acknowledge_notify(rbd_dev, notify_id, cookie);