Home
last modified time | relevance | path

Searched refs:notifier_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dosd_client.h307 u64 notifier_id, void *data, size_t data_len);
/openbmc/linux/net/ceph/
H A Dosd_client.c2952 u64 notifier_id; member
3017 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
3020 lwork->notify.notifier_id, lwork->notify.payload, in do_watch_notify()
4584 u64 notifier_id = 0; in handle_watch_notify() local
4606 ceph_decode_64_safe(&p, end, notifier_id, bad); in handle_watch_notify()
4654 lwork->notify.notifier_id = notifier_id; in handle_watch_notify()
/openbmc/linux/drivers/block/
H A Drbd.c4408 u64 notifier_id, void *data, size_t data_len) in rbd_watch_cb() argument