Lines Matching refs:lockers
241 void ceph_free_lockers(struct ceph_locker *lockers, u32 num_lockers)
246 kfree(lockers[i].id.cookie);
247 kfree(lockers);
289 struct ceph_locker **lockers, u32 *num_lockers)
303 *lockers = kcalloc(*num_lockers, sizeof(**lockers), GFP_NOIO);
304 if (!*lockers)
308 ret = decode_locker(p, end, *lockers + i);
324 ceph_free_lockers(*lockers, *num_lockers);
332 * ceph_free_lockers(lockers, num_lockers);
338 struct ceph_locker **lockers, u32 *num_lockers)
380 ret = decode_lockers(&p, end, type, tag, lockers, num_lockers);