Lines Matching refs:trec
448 struct xfs_inobt_rec_incore *trec, /* tgt record */
455 if (trec->ir_startino != srec->ir_startino)
459 if (!xfs_inobt_issparse(trec->ir_holemask) ||
464 if (!trec->ir_count || !srec->ir_count)
468 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK)
472 talloc = xfs_inobt_irec_to_allocmask(trec);
486 struct xfs_inobt_rec_incore *trec, /* target */
489 ASSERT(trec->ir_startino == srec->ir_startino);
492 trec->ir_count += srec->ir_count;
493 trec->ir_freecount += srec->ir_freecount;
499 trec->ir_holemask &= srec->ir_holemask;
500 trec->ir_free &= srec->ir_free;
1138 struct xfs_inobt_rec_incore rec, trec;
1211 &trec, &doneleft);
1221 error = xfs_ialloc_next_rec(tcur, &trec, &doneleft, 1);
1240 (trec.ir_startino + XFS_INODES_PER_CHUNK - 1) <
1247 if (useleft && trec.ir_freecount) {
1251 pag->pagl_leftrec = trec.ir_startino;
1254 rec = trec;
1262 pag->pagl_leftrec = trec.ir_startino;
1270 error = xfs_ialloc_next_rec(tcur, &trec,
1286 pag->pagl_leftrec = trec.ir_startino;