Lines Matching refs:recs
64 struct xfs_inobt_rec_incore *recs;
66 /* Number of entries allocated for the @recs array. */
69 /* Number of entries in the @recs array that are in use. */
158 ASSERT(iwag->recs == NULL);
163 iwag->recs = kmem_alloc(size, KM_MAYFAIL);
164 if (iwag->recs == NULL)
175 kmem_free(iwag->recs);
176 iwag->recs = NULL;
192 struct xfs_inobt_rec_incore *irec = &iwag->recs[i];
305 irec = &iwag->recs[iwag->nr_recs];
368 irec = &iwag->recs[iwag->nr_recs - 1];
428 irec = &iwag->recs[iwag->nr_recs];