XFS_INOBT_MASK   1284 fs/xfs/libxfs/xfs_format.h 	return ((n >= XFS_INODES_PER_CHUNK ? 0 : XFS_INOBT_MASK(n)) - 1) << i;
XFS_INOBT_MASK   1346 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free &= ~XFS_INOBT_MASK(offset);
XFS_INOBT_MASK   1522 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free &= ~XFS_INOBT_MASK(offset);
XFS_INOBT_MASK   1599 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free &= ~XFS_INOBT_MASK(offset);
XFS_INOBT_MASK   1949 fs/xfs/libxfs/xfs_ialloc.c 	ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off)));
XFS_INOBT_MASK   1953 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free |= XFS_INOBT_MASK(off);
XFS_INOBT_MASK   2080 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free |= XFS_INOBT_MASK(offset);
XFS_INOBT_MASK   2257 fs/xfs/libxfs/xfs_ialloc.c 	    (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)))
XFS_INOBT_MASK    168 fs/xfs/scrub/ialloc.c 	irec_free = (irec->ir_free & XFS_INOBT_MASK(irec_ino));
XFS_INOBT_MASK    235 fs/xfs/scrub/ialloc.c 		cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) /
XFS_INOBT_MASK    457 fs/xfs/scrub/inode.c 	if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))
XFS_INOBT_MASK   2548 fs/xfs/xfs_inode.c 		if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) {
XFS_INOBT_MASK    136 fs/xfs/xfs_iwalk.c 		if (XFS_INOBT_MASK(i) & ~irec->ir_free)
XFS_INOBT_MASK    207 fs/xfs/xfs_iwalk.c 			if (XFS_INOBT_MASK(j) & irec->ir_free)