Searched refs:lockers (Results 1 – 1 of 1) sorted by relevance
/net/ceph/ |
D | cls_lock_client.c | 241 void ceph_free_lockers(struct ceph_locker *lockers, u32 num_lockers) in ceph_free_lockers() argument 246 kfree(lockers[i].id.cookie); in ceph_free_lockers() 247 kfree(lockers); in ceph_free_lockers() 289 struct ceph_locker **lockers, u32 *num_lockers) in decode_lockers() argument 303 *lockers = kcalloc(*num_lockers, sizeof(**lockers), GFP_NOIO); in decode_lockers() 304 if (!*lockers) in decode_lockers() 308 ret = decode_locker(p, end, *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()
|