Lines Matching refs:notify_id
2949 u64 notify_id; member
3015 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
3017 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify()
3092 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb()
3094 lreq->notify_id); in linger_commit_cb()
3176 lreq->notify_id = 0; in send_linger()
4581 u64 cookie, notify_id; in handle_watch_notify() local
4591 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4624 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify()
4626 lreq->notify_id, notify_id); in handle_watch_notify()
4651 lwork->notify.notify_id = notify_id; in handle_watch_notify()
4859 u64 notify_id, u64 cookie, void *payload, in osd_req_op_notify_ack_init() argument
4872 ret = ceph_pagelist_encode_64(pl, notify_id); in osd_req_op_notify_ack_init()
4893 u64 notify_id, in ceph_osdc_notify_ack() argument
4909 ret = osd_req_op_notify_ack_init(req, 0, notify_id, cookie, payload, in ceph_osdc_notify_ack()