Searched refs:num_lockers (Results 1 – 2 of 2) sorted by relevance
/linux/net/ceph/ |
H A D | cls_lock_client.c | 241 void ceph_free_lockers(struct ceph_locker *lockers, u32 num_lockers) in ceph_free_lockers() argument 245 for (i = 0; i < num_lockers; i++) in ceph_free_lockers() 289 struct ceph_locker **lockers, u32 *num_lockers) in decode_lockers() argument 302 *num_lockers = ceph_decode_32(p); in decode_lockers() 303 *lockers = kcalloc(*num_lockers, sizeof(**lockers), GFP_NOIO); in decode_lockers() 307 for (i = 0; i < *num_lockers; i++) { in decode_lockers() 324 ceph_free_lockers(*lockers, *num_lockers); in decode_lockers() 338 struct ceph_locker **lockers, u32 *num_lockers) in ceph_cls_lock_info() argument 380 ret = decode_lockers(&p, end, type, tag, lockers, num_lockers); in ceph_cls_lock_info()
|
/linux/include/linux/ceph/ |
H A D | cls_lock_client.h | 47 void ceph_free_lockers(struct ceph_locker *lockers, u32 num_lockers); 53 struct ceph_locker **lockers, u32 *num_lockers);
|