Lines Matching refs:notify
403 ceph_osd_data_release(&op->notify.request_data); in osd_req_op_data_release()
404 ceph_osd_data_release(&op->notify.response_data); in osd_req_op_data_release()
909 op->notify.cookie = cookie; in osd_req_op_notify_init()
911 ceph_osd_data_pagelist_init(&op->notify.request_data, request_pl); in osd_req_op_notify_init()
999 dst->notify.cookie = cpu_to_le64(src->notify.cookie); in osd_req_encode_op()
2103 &op->notify.request_data); in setup_request_data()
2105 &op->notify.response_data); in setup_request_data()
2934 } notify; member
2994 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
2995 lwork->notify.payload_len); in do_watch_notify()
2996 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify()
2997 lwork->notify.notifier_id, lwork->notify.payload, in do_watch_notify()
2998 lwork->notify.payload_len); in do_watch_notify()
3001 ceph_msg_put(lwork->notify.msg); in do_watch_notify()
3063 osd_req_op_data(req, 0, notify, response_data); in linger_commit_cb()
3161 osd_req_op_data(req, 0, notify, response_data), in send_linger()
4630 lwork->notify.notify_id = notify_id; in handle_watch_notify()
4631 lwork->notify.notifier_id = notifier_id; in handle_watch_notify()
4632 lwork->notify.payload = payload; in handle_watch_notify()
4633 lwork->notify.payload_len = payload_len; in handle_watch_notify()
4634 lwork->notify.msg = ceph_msg_get(msg); in handle_watch_notify()