Lines Matching refs:notify_id
2862 u64 notify_id; member
2928 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
2930 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify()
3005 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb()
3007 lreq->notify_id); in linger_commit_cb()
3089 lreq->notify_id = 0; in send_linger()
4484 u64 cookie, notify_id; in handle_watch_notify() local
4494 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4527 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify()
4529 lreq->notify_id, notify_id); in handle_watch_notify()
4554 lwork->notify.notify_id = notify_id; in handle_watch_notify()
4760 u64 notify_id, u64 cookie, void *payload, in osd_req_op_notify_ack_init() argument
4773 ret = ceph_pagelist_encode_64(pl, notify_id); in osd_req_op_notify_ack_init()
4794 u64 notify_id, in ceph_osdc_notify_ack() argument
4810 ret = osd_req_op_notify_ack_init(req, 0, notify_id, cookie, payload, in ceph_osdc_notify_ack()