Home
last modified time | relevance | path

Searched refs:watchers (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/Documentation/core-api/
Derrseq.rst34 The general idea is for "watchers" to sample an errseq_t value and keep
38 record errors in one place, and then have a number of "watchers" that
/Linux-v4.19/include/linux/ceph/
Dosd_client.h545 struct ceph_watch_item **watchers,
/Linux-v4.19/net/ceph/
Dosd_client.c4832 struct ceph_watch_item **watchers, in decode_watchers() argument
4846 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
4847 if (!*watchers) in decode_watchers()
4851 ret = decode_watcher(p, end, *watchers + i); in decode_watchers()
4853 kfree(*watchers); in decode_watchers()
4869 struct ceph_watch_item **watchers, in ceph_osdc_list_watchers() argument
4905 ret = decode_watchers(&p, end, watchers, num_watchers); in ceph_osdc_list_watchers()
/Linux-v4.19/net/bridge/netfilter/
DKconfig199 # watchers
/Linux-v4.19/drivers/block/
Drbd.c2894 struct ceph_watch_item *watchers; in find_watcher() local
2901 &rbd_dev->header_oloc, &watchers, in find_watcher()
2908 if (!memcmp(&watchers[i].addr, &locker->info.addr, in find_watcher()
2910 watchers[i].cookie == cookie) { in find_watcher()
2912 .gid = le64_to_cpu(watchers[i].name.num), in find_watcher()
2927 kfree(watchers); in find_watcher()