Lines Matching defs:srec
449 struct xfs_inobt_rec_incore *srec) /* src record */
455 if (trec->ir_startino != srec->ir_startino)
460 !xfs_inobt_issparse(srec->ir_holemask))
464 if (!trec->ir_count || !srec->ir_count)
468 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK)
473 salloc = xfs_inobt_irec_to_allocmask(srec);
487 struct xfs_inobt_rec_incore *srec) /* src */
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;