Lines Matching defs:srec
471 struct xfs_inobt_rec_incore *srec) /* src record */
477 if (trec->ir_startino != srec->ir_startino)
482 !xfs_inobt_issparse(srec->ir_holemask))
486 if (!trec->ir_count || !srec->ir_count)
490 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK)
495 salloc = xfs_inobt_irec_to_allocmask(srec);
509 struct xfs_inobt_rec_incore *srec) /* src */
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;