Searched refs:xfs_verify_fsbno (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_types.h | 187 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
|
| H A D | xfs_types.c | 53 xfs_verify_fsbno( in xfs_verify_fsbno() function
|
| H A D | xfs_btree.c | 206 return xfs_verify_fsbno(cur->bc_mp, fsbno); in xfs_btree_check_lptr() 804 if (!xfs_verify_fsbno(mp, fsbno)) in xfs_btree_read_bufl() 4451 !xfs_verify_fsbno(mp, be64_to_cpu(block->bb_u.l.bb_leftsib))) in xfs_btree_lblock_verify() 4454 !xfs_verify_fsbno(mp, be64_to_cpu(block->bb_u.l.bb_rightsib))) in xfs_btree_lblock_verify()
|
| H A D | xfs_bmap.c | 384 if (XFS_IS_CORRUPT(mp, !xfs_verify_fsbno(mp, bno))) { in xfs_bmap_check_leaf_extents() 6245 if (!xfs_verify_fsbno(mp, irec->br_startblock)) in xfs_bmap_validate_extent() 6247 if (!xfs_verify_fsbno(mp, endfsb)) in xfs_bmap_validate_extent()
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | bmap.c | 362 (!xfs_verify_fsbno(mp, irec->br_startblock) || in xchk_bmap_iextent() 363 !xfs_verify_fsbno(mp, end) || in xchk_bmap_iextent()
|
| H A D | repair.c | 456 if (!xfs_verify_fsbno(sc->mp, fsbno)) in xrep_invalidate_blocks()
|