Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iwalk.c139 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_iwalk_adjust_start()
210 if (XFS_INOBT_MASK(j) & irec->ir_free) in xfs_iwalk_ag_recs()
Dxfs_inode.c2623 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dialloc.c168 irec_free = (irec->ir_free & XFS_INOBT_MASK(irec_ino)); in xchk_iallocbt_check_cluster_ifree()
235 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
Dinode.c471 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_ialloc.c1369 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1555 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1631 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
1984 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
1988 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
2119 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2299 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()
Dxfs_format.h1505 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro
1514 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i; in xfs_inobt_maskn()