Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dosd_client.h633 u32 *num_watchers);
/linux/net/ceph/
H A Dosd_client.c5037 u32 *num_watchers) in decode_watchers() argument
5049 *num_watchers = ceph_decode_32(p); in decode_watchers()
5050 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
5054 for (i = 0; i < *num_watchers; i++) { in decode_watchers()
5074 u32 *num_watchers) in ceph_osdc_list_watchers() argument
5109 ret = decode_watchers(&p, end, watchers, num_watchers); in ceph_osdc_list_watchers()