Lines Matching refs:notify_id
2716 u64 notify_id; member
2782 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
2784 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify()
2853 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb()
2855 lreq->notify_id); in linger_commit_cb()
2924 lreq->notify_id = 0; in send_linger()
4273 u64 cookie, notify_id; in handle_watch_notify() local
4283 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4316 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify()
4318 lreq->notify_id, notify_id); in handle_watch_notify()
4347 lwork->notify.notify_id = notify_id; in handle_watch_notify()
4593 u64 notify_id, u64 cookie, void *payload, in osd_req_op_notify_ack_init() argument
4607 ret = ceph_pagelist_encode_64(pl, notify_id); in osd_req_op_notify_ack_init()
4628 u64 notify_id, in ceph_osdc_notify_ack() argument
4648 ret = osd_req_op_notify_ack_init(req, 0, notify_id, cookie, payload, in ceph_osdc_notify_ack()