Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc_btree.h57 uint64_t xfs_inobt_irec_to_allocmask(const struct xfs_inobt_rec_incore *irec);
Dxfs_ialloc_btree.c641 xfs_inobt_irec_to_allocmask( in xfs_inobt_irec_to_allocmask() function
698 allocbmap = xfs_inobt_irec_to_allocmask(rec); in xfs_inobt_rec_check_count()
Dxfs_ialloc.c107 realfree &= xfs_inobt_irec_to_allocmask(irec); in xfs_inobt_rec_freecount()
503 talloc = xfs_inobt_irec_to_allocmask(trec); in __xfs_inobt_can_merge()
504 salloc = xfs_inobt_irec_to_allocmask(srec); in __xfs_inobt_can_merge()
1054 realfree = xfs_inobt_irec_to_allocmask(rec); in xfs_inobt_first_free_inode()
2129 xic->alloc = xfs_inobt_irec_to_allocmask(&rec); in xfs_difree_inobt()
/linux-6.12.1/fs/xfs/scrub/
Dialloc.c615 holes = ~xfs_inobt_irec_to_allocmask(&irec); in xchk_iallocbt_rec()