Home
last modified time | relevance | path

Searched refs:ir_free (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/scrub/
H A Dialloc.c98 ffree = frec.ir_free & (1ULL << frec_idx); in xchk_inobt_xref_finobt()
110 if (irec->ir_free == 0) in xchk_inobt_xref_finobt()
114 if (irec->ir_free == XFS_INOBT_ALL_FREE) in xchk_inobt_xref_finobt()
155 free = irec->ir_free & (1ULL << rec_idx); in xchk_inobt_chunk_xref_finobt()
203 free = irec.ir_free & (1ULL << rec_idx); in xchk_finobt_xref_inobt()
245 ffree = frec->ir_free & (1ULL << rec_idx); in xchk_finobt_chunk_xref_inobt()
326 irec_free = (irec->ir_free & XFS_INOBT_MASK(irec_ino)); in xchk_iallocbt_check_cluster_ifree()
619 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
H A Dinode.c690 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()
H A Dagheader_repair.c1305 if (XFS_INOBT_MASK(i) & irec.ir_free) in xrep_iunlink_mark_ondisk_rec()
H A Dtrace.h2184 __entry->freemask = rec->ir_free;
/linux/fs/xfs/
H A Dxfs_iwalk.c114 if (imask & ~irec->ir_free) { in xfs_iwalk_ichunk_ra()
139 irec->ir_free |= xfs_inobt_maskn(0, idx); in xfs_iwalk_adjust_start()
140 irec->ir_freecount = hweight64(irec->ir_free); in xfs_iwalk_adjust_start()
205 if (XFS_INOBT_MASK(j) & irec->ir_free) in xfs_iwalk_ag_recs()
H A Dxfs_trace.h4682 __entry->freemask = irec->ir_free;
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1618 __be64 ir_free; /* free inode mask */ member
1626 xfs_inofree_t ir_free; /* free inode mask */ member