Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/scrub/
Dialloc.c59 bool has_irec; in xchk_iallocbt_chunk_xref_other() local
68 error = xfs_ialloc_has_inode_record(*pcur, agino, agino, &has_irec); in xchk_iallocbt_chunk_xref_other()
71 if (((irec->ir_freecount > 0 && !has_irec) || in xchk_iallocbt_chunk_xref_other()
72 (irec->ir_freecount == 0 && has_irec))) in xchk_iallocbt_chunk_xref_other()