Searched refs:notify_id (Results 1 – 1 of 1) sorted by relevance
/net/ceph/ |
D | osd_client.c | 2818 u64 notify_id; member 2884 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify() 2886 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify() 2955 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb() 2957 lreq->notify_id); in linger_commit_cb() 3026 lreq->notify_id = 0; in send_linger() 4393 u64 cookie, notify_id; in handle_watch_notify() local 4403 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify() 4436 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify() 4438 lreq->notify_id, notify_id); in handle_watch_notify() [all …]
|