Lines Matching refs:trec
470 struct xfs_inobt_rec_incore *trec, /* tgt record */
477 if (trec->ir_startino != srec->ir_startino)
481 if (!xfs_inobt_issparse(trec->ir_holemask) ||
486 if (!trec->ir_count || !srec->ir_count)
490 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK)
494 talloc = xfs_inobt_irec_to_allocmask(trec);
508 struct xfs_inobt_rec_incore *trec, /* target */
511 ASSERT(trec->ir_startino == srec->ir_startino);
514 trec->ir_count += srec->ir_count;
515 trec->ir_freecount += srec->ir_freecount;
521 trec->ir_holemask &= srec->ir_holemask;
522 trec->ir_free &= srec->ir_free;
1016 struct xfs_inobt_rec_incore rec, trec;
1089 &trec, &doneleft);
1099 error = xfs_ialloc_next_rec(tcur, &trec, &doneleft, 1);
1118 (trec.ir_startino + XFS_INODES_PER_CHUNK - 1) <
1125 if (useleft && trec.ir_freecount) {
1129 pag->pagl_leftrec = trec.ir_startino;
1132 rec = trec;
1140 pag->pagl_leftrec = trec.ir_startino;
1148 error = xfs_ialloc_next_rec(tcur, &trec,
1164 pag->pagl_leftrec = trec.ir_startino;