Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_iwalk.c136 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()
Dxfs_inode.c2548 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster()
/fs/xfs/libxfs/
Dxfs_ialloc.c1346 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()
Dxfs_format.h1275 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro
1284 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i; in xfs_inobt_maskn()
/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.c457 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()