Searched refs:num_watchers (Results 1 – 2 of 2) sorted by relevance
633 u32 *num_watchers);
5037 u32 *num_watchers) in decode_watchers() argument5049 *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() argument5109 ret = decode_watchers(&p, end, watchers, num_watchers); in ceph_osdc_list_watchers()