xfs_inofree_t    1272 fs/xfs/libxfs/xfs_format.h #define	XFS_INODES_PER_CHUNK		(NBBY * sizeof(xfs_inofree_t))
xfs_inofree_t    1274 fs/xfs/libxfs/xfs_format.h #define	XFS_INOBT_ALL_FREE		((xfs_inofree_t)-1)
xfs_inofree_t    1275 fs/xfs/libxfs/xfs_format.h #define	XFS_INOBT_MASK(i)		((xfs_inofree_t)1 << (i))
xfs_inofree_t    1282 fs/xfs/libxfs/xfs_format.h static inline xfs_inofree_t xfs_inobt_maskn(int i, int n)
xfs_inofree_t    1317 fs/xfs/libxfs/xfs_format.h 	xfs_inofree_t	ir_free;	/* free inode mask */
xfs_inofree_t     157 fs/xfs/libxfs/xfs_ialloc.c 	xfs_inofree_t		free,
xfs_inofree_t    1099 fs/xfs/libxfs/xfs_ialloc.c 	xfs_inofree_t			realfree;
xfs_inofree_t     150 fs/xfs/libxfs/xfs_ialloc.h 		uint8_t count, int32_t freecount, xfs_inofree_t free,
xfs_inofree_t     124 fs/xfs/scrub/ialloc.c 	xfs_inofree_t			freemask)
xfs_inofree_t     102 fs/xfs/xfs_iwalk.c 		xfs_inofree_t	imask;