xfs_inofree_t
#define XFS_INODES_PER_CHUNK (NBBY * sizeof(xfs_inofree_t))
#define XFS_INOBT_ALL_FREE ((xfs_inofree_t)-1)
#define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i))
static inline xfs_inofree_t xfs_inobt_maskn(int i, int n)
xfs_inofree_t ir_free; /* free inode mask */
xfs_inofree_t realfree;
xfs_inofree_t free,
uint8_t count, int32_t freecount, xfs_inofree_t free,
xfs_inofree_t allocmask;
xfs_inofree_t *allocmaskp,
xfs_inofree_t allocmask,
xfs_inofree_t allocmask = 0;
xfs_inofree_t *allocmaskp,
xfs_inofree_t __skipped_inomask;
xfs_inofree_t imask;