Searched refs:xchk_xref_is_used_space (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | agheader.c | 53 xchk_xref_is_used_space(sc, agbno, 1); in xchk_superblock_xref() 514 xchk_xref_is_used_space(sc, agbno, 1); in xchk_agf_xref() 645 xchk_xref_is_used_space(sc, agbno, 1); in xchk_agfl_block_xref() 702 xchk_xref_is_used_space(sc, agbno, 1); in xchk_agfl_xref() 857 xchk_xref_is_used_space(sc, agbno, 1); in xchk_agi_xref()
|
D | alloc.c | 178 xchk_xref_is_used_space( in xchk_xref_is_used_space() function
|
D | scrub.h | 276 void xchk_xref_is_used_space(struct xfs_scrub *sc, xfs_agblock_t agbno,
|
D | refcount.c | 339 xchk_xref_is_used_space(sc, irec->rc_startblock, irec->rc_blockcount); in xchk_refcountbt_xref()
|
D | rmap.c | 121 xchk_xref_is_used_space(sc, agbno, len); in xchk_rmapbt_xref()
|
D | ialloc.c | 274 xchk_xref_is_used_space(sc, agbno, len); in xchk_iallocbt_chunk()
|
D | inode.c | 702 xchk_xref_is_used_space(sc, agbno, 1); in xchk_inode_xref()
|
D | btree.c | 395 xchk_xref_is_used_space(bs->sc, agbno, 1); in xchk_btree_check_block_owner()
|
D | bmap.c | 344 xchk_xref_is_used_space(info->sc, agbno, len); in xchk_bmap_iextent_xref()
|