Lines Matching defs:recs
65 struct xfs_inobt_rec_incore *recs;
67 /* Number of entries allocated for the @recs array. */
70 /* Number of entries in the @recs array that are in use. */
150 ASSERT(iwag->recs == NULL);
155 iwag->recs = kmalloc(size, GFP_KERNEL | __GFP_RETRY_MAYFAIL);
156 if (iwag->recs == NULL)
167 kfree(iwag->recs);
168 iwag->recs = NULL;
183 struct xfs_inobt_rec_incore *irec = &iwag->recs[i];
298 irec = &iwag->recs[iwag->nr_recs];
362 ASSERT(next_agino >= iwag->recs[iwag->nr_recs - 1].ir_startino +
418 irec = &iwag->recs[iwag->nr_recs];