Searched refs:xchk_xref_is_owned_by (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | agheader.c | 53 xchk_xref_is_owned_by(sc, agbno, 1, &oinfo); in xchk_superblock_xref() 506 xchk_xref_is_owned_by(sc, agbno, 1, &oinfo); in xchk_agf_xref() 620 xchk_xref_is_owned_by(sc, agbno, 1, oinfo); in xchk_agfl_block_xref() 682 xchk_xref_is_owned_by(sc, agbno, 1, &oinfo); in xchk_agfl_xref() 812 xchk_xref_is_owned_by(sc, agbno, 1, &oinfo); in xchk_agi_xref()
|
D | scrub.h | 124 void xchk_xref_is_owned_by(struct xfs_scrub *sc, xfs_agblock_t agbno,
|
D | ialloc.c | 93 xchk_xref_is_owned_by(sc, agbno, len, &oinfo); in xchk_iallocbt_chunk_xref() 237 xchk_xref_is_owned_by(bs->sc, agbno, blks_per_cluster, in xchk_iallocbt_check_freemask()
|
D | rmap.c | 209 xchk_xref_is_owned_by( in xchk_xref_is_owned_by() function
|
D | inode.c | 530 xchk_xref_is_owned_by(sc, agbno, 1, &oinfo); in xchk_inode_xref()
|
D | btree.c | 398 xchk_xref_is_owned_by(bs->sc, agbno, 1, bs->oinfo); in xchk_btree_check_block_owner()
|