Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_ialloc.c1347 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_inobt()
1523 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag_update_inobt()
1600 rec.ir_free &= ~XFS_INOBT_MASK(offset); in xfs_dialloc_ag()
1950 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off))); in xfs_difree_inobt()
1954 rec.ir_free |= XFS_INOBT_MASK(off); in xfs_difree_inobt()
2080 rec.ir_free |= XFS_INOBT_MASK(offset); in xfs_difree_finobt()
2258 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))) in xfs_imap_lookup()
Dxfs_format.h1266 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro
1275 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i; in xfs_inobt_maskn()
/fs/xfs/
Dxfs_itable.c260 if (XFS_INOBT_MASK(i) & ~irec->ir_free) in xfs_bulkstat_grab_ichunk()
308 if (XFS_INOBT_MASK(chunkidx) & irbp->ir_free) in xfs_bulkstat_ag_ichunk()
Dxfs_inode.c2264 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster()