Searched refs:xfs_verify_fsbno (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_types.c | 44 xfs_verify_fsbno( in xfs_verify_fsbno() function 68 if (!xfs_verify_fsbno(mp, fsbno)) in xfs_verify_fsbext() 71 if (!xfs_verify_fsbno(mp, fsbno + len - 1)) in xfs_verify_fsbext()
|
| H A D | xfs_types.h | 269 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
|
| H A D | xfs_bmap.c | 241 if (!xfs_verify_fsbno(mp, fsbno)) in xfs_bmap_read_buf() 410 if (XFS_IS_CORRUPT(mp, !xfs_verify_fsbno(mp, bno))) { in xfs_bmap_check_leaf_extents() 591 if (XFS_IS_CORRUPT(cur->bc_mp, !xfs_verify_fsbno(mp, cbno))) { in xfs_bmap_btree_to_extents()
|
| H A D | xfs_btree.c | 81 if (!xfs_verify_fsbno(mp, sibling)) in xfs_btree_check_fsblock_siblings() 335 if (!xfs_verify_fsbno(cur->bc_mp, in __xfs_btree_check_ptr()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | newbt.c | 248 xfs_verify_fsbno(sc->mp, xnr->alloc_hint)) in xrep_newbt_validate_ag_alloc_hint() 324 if (xfs_verify_fsbno(sc->mp, xnr->alloc_hint)) in xrep_newbt_validate_file_alloc_hint()
|
| H A D | quota.c | 111 if (!xfs_verify_fsbno(mp, irec.br_startblock)) in xchk_quota_item_bmap()
|
| H A D | inode_repair.c | 941 if (!xfs_verify_fsbno(sc->mp, fsbno)) in xrep_dinode_bad_bmbt_fork()
|