Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/scrub/
Dialloc.c63 bool has_irec; in xchk_iallocbt_chunk_xref_other() local
72 error = xfs_ialloc_has_inode_record(*pcur, agino, agino, &has_irec); in xchk_iallocbt_chunk_xref_other()
75 if (((irec->ir_freecount > 0 && !has_irec) || in xchk_iallocbt_chunk_xref_other()
76 (irec->ir_freecount == 0 && has_irec))) in xchk_iallocbt_chunk_xref_other()