Lines Matching refs:notify_id
2817 u64 notify_id; member
2883 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
2885 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify()
2954 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb()
2956 lreq->notify_id); in linger_commit_cb()
3025 lreq->notify_id = 0; in send_linger()
4383 u64 cookie, notify_id; in handle_watch_notify() local
4393 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4426 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify()
4428 lreq->notify_id, notify_id); in handle_watch_notify()
4455 lwork->notify.notify_id = notify_id; in handle_watch_notify()
4710 u64 notify_id, u64 cookie, void *payload, in osd_req_op_notify_ack_init() argument
4723 ret = ceph_pagelist_encode_64(pl, notify_id); in osd_req_op_notify_ack_init()
4744 u64 notify_id, in ceph_osdc_notify_ack() argument
4760 ret = osd_req_op_notify_ack_init(req, 0, notify_id, cookie, payload, in ceph_osdc_notify_ack()