Searched refs:xfs_verify_fsbno (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_types.h | 158 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
|
D | xfs_types.c | 62 xfs_verify_fsbno( in xfs_verify_fsbno() function
|
D | xfs_btree.c | 210 return xfs_verify_fsbno(cur->bc_mp, fsbno); in xfs_btree_check_lptr() 857 if (!xfs_verify_fsbno(mp, fsbno)) in xfs_btree_read_bufl() 4466 !xfs_verify_fsbno(mp, be64_to_cpu(block->bb_u.l.bb_leftsib))) in xfs_btree_lblock_verify() 4469 !xfs_verify_fsbno(mp, be64_to_cpu(block->bb_u.l.bb_rightsib))) in xfs_btree_lblock_verify()
|
D | xfs_bmap.c | 392 xfs_verify_fsbno(mp, bno), error0); in xfs_bmap_check_leaf_extents() 1214 xfs_verify_fsbno(mp, bno), out_brelse); in xfs_iread_extents() 6144 if (!xfs_verify_fsbno(mp, irec->br_startblock)) in xfs_bmap_validate_extent() 6146 if (!xfs_verify_fsbno(mp, endfsb)) in xfs_bmap_validate_extent()
|
/linux-4.19.296/fs/xfs/scrub/ |
D | bmap.c | 355 (!xfs_verify_fsbno(mp, irec->br_startblock) || in xchk_bmap_extent() 356 !xfs_verify_fsbno(mp, end) || in xchk_bmap_extent()
|
D | repair.c | 466 if (!xfs_verify_fsbno(sc->mp, fsbno)) in xrep_invalidate_blocks()
|