Lines Matching refs:lockers
235 void ceph_free_lockers(struct ceph_locker *lockers, u32 num_lockers)
240 kfree(lockers[i].id.cookie);
241 kfree(lockers);
283 struct ceph_locker **lockers, u32 *num_lockers)
297 *lockers = kcalloc(*num_lockers, sizeof(**lockers), GFP_NOIO);
298 if (!*lockers)
302 ret = decode_locker(p, end, *lockers + i);
318 ceph_free_lockers(*lockers, *num_lockers);
326 * ceph_free_lockers(lockers, num_lockers);
332 struct ceph_locker **lockers, u32 *num_lockers)
374 ret = decode_lockers(&p, end, type, tag, lockers, num_lockers);