Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dosd_client.h627 u32 *num_watchers);
/linux/net/ceph/
H A Dosd_client.c5021 u32 *num_watchers) in decode_watchers() argument
5033 *num_watchers = ceph_decode_32(p); in decode_watchers()
5034 *watchers = kzalloc_objs(**watchers, *num_watchers, GFP_NOIO); in decode_watchers()
5038 for (i = 0; i < *num_watchers; i++) { in decode_watchers()
5058 u32 *num_watchers) in ceph_osdc_list_watchers() argument
5093 ret = decode_watchers(&p, end, watchers, num_watchers); in ceph_osdc_list_watchers()
/linux/drivers/block/
H A Drbd.c3958 u32 num_watchers; in find_watcher() local
3965 &num_watchers); in find_watcher()
3972 for (i = 0; i < num_watchers; i++) { in find_watcher()