Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc.h85 uint8_t xfs_inobt_rec_freecount(const struct xfs_inobt_rec_incore *irec);
Dxfs_ialloc.c101 xfs_inobt_rec_freecount( in xfs_inobt_rec_freecount() function
129 if (xfs_inobt_rec_freecount(irec) != irec->ir_freecount) in xfs_inobt_check_irec()
/linux-6.12.1/fs/xfs/scrub/
Dialloc_repair.c190 ri->rie.ir_freecount = xfs_inobt_rec_freecount(&ri->rie); in xrep_ibt_stash()
540 } while (error == 0 && xfs_inobt_rec_freecount(irec) == 0); in xrep_fibt_get_records()