Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_types.h188 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
Dxfs_types.c53 xfs_verify_fsbno( in xfs_verify_fsbno() function
Dxfs_btree.c207 return xfs_verify_fsbno(cur->bc_mp, fsbno); in xfs_btree_check_lptr()
851 if (!xfs_verify_fsbno(mp, fsbno)) in xfs_btree_read_bufl()
4455 !xfs_verify_fsbno(mp, be64_to_cpu(block->bb_u.l.bb_leftsib))) in xfs_btree_lblock_verify()
4458 !xfs_verify_fsbno(mp, be64_to_cpu(block->bb_u.l.bb_rightsib))) in xfs_btree_lblock_verify()
Dxfs_bmap.c387 xfs_verify_fsbno(mp, bno), error0); in xfs_bmap_check_leaf_extents()
1213 xfs_verify_fsbno(mp, bno), out_brelse); in xfs_iread_extents()
6188 if (!xfs_verify_fsbno(mp, irec->br_startblock)) in xfs_bmap_validate_extent()
6190 if (!xfs_verify_fsbno(mp, endfsb)) in xfs_bmap_validate_extent()
/Linux-v5.4/fs/xfs/scrub/
Dbmap.c342 (!xfs_verify_fsbno(mp, irec->br_startblock) || in xchk_bmap_iextent()
343 !xfs_verify_fsbno(mp, end) || in xchk_bmap_iextent()
Drepair.c450 if (!xfs_verify_fsbno(sc->mp, fsbno)) in xrep_invalidate_blocks()