Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dialloc.c157 if (irec->ir_free & XFS_INOBT_MASK(chunkino + clusterino)) in xchk_iallocbt_check_cluster_freemask()
220 holemask |= XFS_INOBT_MASK((chunkino + clusterino) / in xchk_iallocbt_check_freemask()
Dinode.c466 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()
/linux-4.19.296/fs/xfs/
Dxfs_itable.c237 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_bulkstat_grab_ichunk()
285 if (XFS_INOBT_MASK(chunkidx) & irbp->ir_free) in xfs_bulkstat_ag_ichunk()
Dxfs_inode.c2230 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ialloc.c1362 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1538 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1615 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
1965 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
1969 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
2096 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2273 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()
Dxfs_format.h1267 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro
1276 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i; in xfs_inobt_maskn()