Searched refs:xfs_verify_fsbno (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_types.c | 42 xfs_verify_fsbno( in xfs_verify_fsbno() function 66 if (!xfs_verify_fsbno(mp, fsbno)) in xfs_verify_fsbext() 69 if (!xfs_verify_fsbno(mp, fsbno + len - 1)) in xfs_verify_fsbext()
|
| A D | xfs_types.h | 220 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
|
| A D | xfs_bmap.c | 242 if (!xfs_verify_fsbno(mp, fsbno)) in xfs_bmap_read_buf() 411 if (XFS_IS_CORRUPT(mp, !xfs_verify_fsbno(mp, bno))) { in xfs_bmap_check_leaf_extents() 592 if (XFS_IS_CORRUPT(cur->bc_mp, !xfs_verify_fsbno(mp, cbno))) { in xfs_bmap_btree_to_extents()
|
| A D | xfs_btree.c | 75 if (!xfs_verify_fsbno(mp, sibling)) in xfs_btree_check_fsblock_siblings() 329 if (!xfs_verify_fsbno(cur->bc_mp, in __xfs_btree_check_ptr()
|
| /linux/fs/xfs/scrub/ |
| A D | newbt.c | 210 xfs_verify_fsbno(sc->mp, xnr->alloc_hint)) in xrep_newbt_validate_ag_alloc_hint() 286 if (xfs_verify_fsbno(sc->mp, xnr->alloc_hint)) in xrep_newbt_validate_file_alloc_hint()
|
| A D | quota.c | 111 if (!xfs_verify_fsbno(mp, irec.br_startblock)) in xchk_quota_item_bmap()
|
| A D | inode_repair.c | 868 if (!xfs_verify_fsbno(sc->mp, fsbno)) in xrep_dinode_bad_bmbt_fork()
|
Completed in 29 milliseconds