Home
last modified time | relevance | path

Searched refs:trec (Results 1 – 1 of 1) sorted by relevance

/fs/xfs/libxfs/
Dxfs_ialloc.c445 struct xfs_inobt_rec_incore *trec, /* tgt record */ in __xfs_inobt_can_merge() argument
452 if (trec->ir_startino != srec->ir_startino) in __xfs_inobt_can_merge()
456 if (!xfs_inobt_issparse(trec->ir_holemask) || in __xfs_inobt_can_merge()
461 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()
465 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge()
469 talloc = xfs_inobt_irec_to_allocmask(trec); in __xfs_inobt_can_merge()
483 struct xfs_inobt_rec_incore *trec, /* target */ in __xfs_inobt_rec_merge() argument
486 ASSERT(trec->ir_startino == srec->ir_startino); in __xfs_inobt_rec_merge()
489 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge()
490 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge()
[all …]