Lines Matching refs:recs
62 struct xfs_inobt_rec_incore *recs;
64 /* Number of entries allocated for the @recs array. */
67 /* Number of entries in the @recs array that are in use. */
153 ASSERT(iwag->recs == NULL);
158 iwag->recs = kmem_alloc(size, KM_MAYFAIL);
159 if (iwag->recs == NULL)
170 kmem_free(iwag->recs);
171 iwag->recs = NULL;
188 struct xfs_inobt_rec_incore *irec = &iwag->recs[i];
300 irec = &iwag->recs[iwag->nr_recs];
365 irec = &iwag->recs[iwag->nr_recs - 1];
414 irec = &iwag->recs[iwag->nr_recs];