Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.c144 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_iwalk_adjust_start()
214 if (XFS_INOBT_MASK(j) & irec->ir_free) in xfs_iwalk_ag_recs()
H A Dxfs_inode.c2306 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c1247 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1433 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1509 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
1973 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
1977 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
2107 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2283 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()
H A Dxfs_format.h1418 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro
1427 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i; in xfs_inobt_maskn()
/openbmc/linux/fs/xfs/scrub/
H A Dialloc.c323 irec_free = (irec->ir_free & XFS_INOBT_MASK(irec_ino)); in xchk_iallocbt_check_cluster_ifree()
388 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
H A Dinode.c634 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()