Searched refs:XFS_INOBT_MASK (Results 1 – 6 of 6) sorted by relevance
136 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_iwalk_adjust_start()207 if (XFS_INOBT_MASK(j) & irec->ir_free) in xfs_iwalk_ag_recs()
2548 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster()
1346 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()1522 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()1599 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()1949 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()1953 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()2080 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()2257 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()
1275 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro1284 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i; in xfs_inobt_maskn()
168 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()
457 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()