Searched refs:XFS_INOBT_MASK (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dialloc.c323 irec_free = (irec->ir_free & XFS_INOBT_MASK(irec_ino));
388 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) /
H A Dinode.c643 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))
H A Dialloc_repair.c274 ri->rie.ir_free &= ~XFS_INOBT_MASK(cluster_base +
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c1312 rec.ir_free &= ~XFS_INOBT_MASK(offset);
1512 rec.ir_free &= ~XFS_INOBT_MASK(offset);
1590 rec.ir_free &= ~XFS_INOBT_MASK(offset);
2057 ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off)));
2061 rec.ir_free |= XFS_INOBT_MASK(off);
2193 rec.ir_free |= XFS_INOBT_MASK(offset);
2370 (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)))
H A Dxfs_format.h1408 #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) macro
1417 return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i;
/linux-master/fs/xfs/
H A Dxfs_iwalk.c207 if (XFS_INOBT_MASK(j) & irec->ir_free)
H A Dxfs_inode.c2401 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) {

Completed in 218 milliseconds