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

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.h56 uint64_t xfs_inobt_irec_to_allocmask(const struct xfs_inobt_rec_incore *irec);
H A Dxfs_ialloc_btree.c641 xfs_inobt_irec_to_allocmask( function
698 allocbmap = xfs_inobt_irec_to_allocmask(rec);
H A Dxfs_ialloc.c107 realfree &= xfs_inobt_irec_to_allocmask(irec);
503 talloc = xfs_inobt_irec_to_allocmask(trec);
504 salloc = xfs_inobt_irec_to_allocmask(srec);
1054 realfree = xfs_inobt_irec_to_allocmask(rec);
2074 xic->alloc = xfs_inobt_irec_to_allocmask(&rec);
/linux-master/fs/xfs/scrub/
H A Dialloc.c615 holes = ~xfs_inobt_irec_to_allocmask(&irec);

Completed in 111 milliseconds