ir_free          1309 fs/xfs/libxfs/xfs_format.h 	__be64		ir_free;	/* free inode mask */
ir_free          1317 fs/xfs/libxfs/xfs_format.h 	xfs_inofree_t	ir_free;	/* free inode mask */
ir_free            45 fs/xfs/libxfs/xfs_ialloc.c 	cur->bc_rec.i.ir_free = 0;
ir_free            69 fs/xfs/libxfs/xfs_ialloc.c 	rec.inobt.ir_free = cpu_to_be64(irec->ir_free);
ir_free            95 fs/xfs/libxfs/xfs_ialloc.c 	irec->ir_free = be64_to_cpu(rec->inobt.ir_free);
ir_free           129 fs/xfs/libxfs/xfs_ialloc.c 		realfree = irec->ir_free;
ir_free           131 fs/xfs/libxfs/xfs_ialloc.c 		realfree = irec->ir_free & xfs_inobt_irec_to_allocmask(irec);
ir_free           144 fs/xfs/libxfs/xfs_ialloc.c 		irec->ir_free, irec->ir_holemask);
ir_free           163 fs/xfs/libxfs/xfs_ialloc.c 	cur->bc_rec.i.ir_free = free;
ir_free           500 fs/xfs/libxfs/xfs_ialloc.c 	trec->ir_free &= srec->ir_free;
ir_free           544 fs/xfs/libxfs/xfs_ialloc.c 					     nrec->ir_free, &i);
ir_free           824 fs/xfs/libxfs/xfs_ialloc.c 		rec.ir_free = XFS_INOBT_ALL_FREE;
ir_free          1103 fs/xfs/libxfs/xfs_ialloc.c 		return xfs_lowbit64(rec->ir_free);
ir_free          1106 fs/xfs/libxfs/xfs_ialloc.c 	realfree &= rec->ir_free;
ir_free          1346 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free &= ~XFS_INOBT_MASK(offset);
ir_free          1522 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free &= ~XFS_INOBT_MASK(offset);
ir_free          1525 fs/xfs/libxfs/xfs_ialloc.c 	XFS_WANT_CORRUPTED_RETURN(cur->bc_mp, (rec.ir_free == frec->ir_free) &&
ir_free          1599 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free &= ~XFS_INOBT_MASK(offset);
ir_free          1949 fs/xfs/libxfs/xfs_ialloc.c 	ASSERT(!(rec.ir_free & XFS_INOBT_MASK(off)));
ir_free          1953 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free |= XFS_INOBT_MASK(off);
ir_free          1962 fs/xfs/libxfs/xfs_ialloc.c 	    rec.ir_free == XFS_INOBT_ALL_FREE &&
ir_free          2060 fs/xfs/libxfs/xfs_ialloc.c 					     ibtrec->ir_free, &i);
ir_free          2080 fs/xfs/libxfs/xfs_ialloc.c 	rec.ir_free |= XFS_INOBT_MASK(offset);
ir_free          2083 fs/xfs/libxfs/xfs_ialloc.c 	XFS_WANT_CORRUPTED_GOTO(mp, (rec.ir_free == ibtrec->ir_free) &&
ir_free          2099 fs/xfs/libxfs/xfs_ialloc.c 	if (rec.ir_free == XFS_INOBT_ALL_FREE &&
ir_free          2257 fs/xfs/libxfs/xfs_ialloc.c 	    (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)))
ir_free           204 fs/xfs/libxfs/xfs_ialloc_btree.c 	rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free);
ir_free           168 fs/xfs/scrub/ialloc.c 	irec_free = (irec->ir_free & XFS_INOBT_MASK(irec_ino));
ir_free           446 fs/xfs/scrub/ialloc.c 	if (real_freecount != xchk_iallocbt_freecount(irec.ir_free))
ir_free           481 fs/xfs/scrub/ialloc.c 	if ((holes & irec.ir_free) != holes ||
ir_free           457 fs/xfs/scrub/inode.c 	if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino))
ir_free           338 fs/xfs/xfs_itable.c 		.xi_allocmask	= ~irec->ir_free,
ir_free           105 fs/xfs/xfs_iwalk.c 		if (imask & ~irec->ir_free) {
ir_free           136 fs/xfs/xfs_iwalk.c 		if (XFS_INOBT_MASK(i) & ~irec->ir_free)
ir_free           140 fs/xfs/xfs_iwalk.c 	irec->ir_free |= xfs_inobt_maskn(0, idx);
ir_free           207 fs/xfs/xfs_iwalk.c 			if (XFS_INOBT_MASK(j) & irec->ir_free)
ir_free          3558 fs/xfs/xfs_trace.h 		__entry->freemask = irec->ir_free;