Lines Matching refs:notify_id
2866 u64 notify_id; member
2932 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
2934 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify()
3009 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb()
3011 lreq->notify_id); in linger_commit_cb()
3093 lreq->notify_id = 0; in send_linger()
4490 u64 cookie, notify_id; in handle_watch_notify() local
4500 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4533 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify()
4535 lreq->notify_id, notify_id); in handle_watch_notify()
4560 lwork->notify.notify_id = notify_id; in handle_watch_notify()
4768 u64 notify_id, u64 cookie, void *payload, in osd_req_op_notify_ack_init() argument
4781 ret = ceph_pagelist_encode_64(pl, notify_id); in osd_req_op_notify_ack_init()
4802 u64 notify_id, in ceph_osdc_notify_ack() argument
4818 ret = osd_req_op_notify_ack_init(req, 0, notify_id, cookie, payload, in ceph_osdc_notify_ack()