Home
last modified time | relevance | path

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

/linux-6.15/include/linux/ceph/
H A Dosd_client.h627 u32 *num_watchers);
/linux-6.15/net/ceph/
H A Dosd_client.c5014 u32 *num_watchers) in decode_watchers() argument
5026 *num_watchers = ceph_decode_32(p); in decode_watchers()
5027 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
5031 for (i = 0; i < *num_watchers; i++) { in decode_watchers()
5051 u32 *num_watchers) in ceph_osdc_list_watchers() argument
5086 ret = decode_watchers(&p, end, watchers, num_watchers); in ceph_osdc_list_watchers()
/linux-6.15/drivers/block/
H A Drbd.c3940 u32 num_watchers; in find_watcher() local
3947 &num_watchers); in find_watcher()
3954 for (i = 0; i < num_watchers; i++) { in find_watcher()