Home
last modified time | relevance | path

Searched refs:num_watchers (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
H A Dosd_client.h564 u32 *num_watchers);
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dosd_client.h634 u32 *num_watchers);
/kernel/linux/linux-5.10/net/ceph/
H A Dosd_client.c4977 u32 *num_watchers) in decode_watchers()
4989 *num_watchers = ceph_decode_32(p); in decode_watchers()
4990 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
4994 for (i = 0; i < *num_watchers; i++) { in decode_watchers()
5014 u32 *num_watchers) in ceph_osdc_list_watchers()
5049 ret = decode_watchers(&p, end, watchers, num_watchers); in ceph_osdc_list_watchers()
4975 decode_watchers(void **p, void *end, struct ceph_watch_item **watchers, u32 *num_watchers) decode_watchers() argument
5010 ceph_osdc_list_watchers(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, struct ceph_watch_item **watchers, u32 *num_watchers) ceph_osdc_list_watchers() argument
/kernel/linux/linux-6.6/net/ceph/
H A Dosd_client.c5069 u32 *num_watchers) in decode_watchers()
5081 *num_watchers = ceph_decode_32(p); in decode_watchers()
5082 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
5086 for (i = 0; i < *num_watchers; i++) { in decode_watchers()
5106 u32 *num_watchers) in ceph_osdc_list_watchers()
5141 ret = decode_watchers(&p, end, watchers, num_watchers); in ceph_osdc_list_watchers()
5067 decode_watchers(void **p, void *end, struct ceph_watch_item **watchers, u32 *num_watchers) decode_watchers() argument
5102 ceph_osdc_list_watchers(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, struct ceph_watch_item **watchers, u32 *num_watchers) ceph_osdc_list_watchers() argument
/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c4000 u32 num_watchers; in find_watcher() local
4007 &num_watchers); in find_watcher()
4014 for (i = 0; i < num_watchers; i++) { in find_watcher()
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c3944 u32 num_watchers; in find_watcher() local
3951 &num_watchers); in find_watcher()
3958 for (i = 0; i < num_watchers; i++) { in find_watcher()

Completed in 34 milliseconds