xfs_verify_agbno  230 fs/xfs/libxfs/xfs_alloc.c 	if (!xfs_verify_agbno(mp, agno, *bno))
xfs_verify_agbno  234 fs/xfs/libxfs/xfs_alloc.c 	if (!xfs_verify_agbno(mp, agno, *bno + *len - 1))
xfs_verify_agbno  219 fs/xfs/libxfs/xfs_btree.c 	return xfs_verify_agbno(cur->bc_mp, cur->bc_private.a.agno, agbno);
xfs_verify_agbno 4511 fs/xfs/libxfs/xfs_btree.c 	    !xfs_verify_agbno(mp, agno, be32_to_cpu(block->bb_u.s.bb_leftsib)))
xfs_verify_agbno 4514 fs/xfs/libxfs/xfs_btree.c 	    !xfs_verify_agbno(mp, agno, be32_to_cpu(block->bb_u.s.bb_rightsib)))
xfs_verify_agbno  137 fs/xfs/libxfs/xfs_refcount.c 	if (!xfs_verify_agbno(mp, agno, realstart))
xfs_verify_agbno  141 fs/xfs/libxfs/xfs_refcount.c 	if (!xfs_verify_agbno(mp, agno, realstart + irec->rc_blockcount - 1))
xfs_verify_agbno  208 fs/xfs/libxfs/xfs_rmap.c 		if (!xfs_verify_agbno(mp, agno, irec->rm_startblock))
xfs_verify_agbno  213 fs/xfs/libxfs/xfs_rmap.c 		if (!xfs_verify_agbno(mp, agno,
xfs_verify_agbno   61 fs/xfs/libxfs/xfs_types.c 	return xfs_verify_agbno(mp, agno, XFS_FSB_TO_AGBNO(mp, fsbno));
xfs_verify_agbno  186 fs/xfs/libxfs/xfs_types.h bool xfs_verify_agbno(struct xfs_mount *mp, xfs_agnumber_t agno,
xfs_verify_agbno  537 fs/xfs/scrub/agheader.c 	if (!xfs_verify_agbno(mp, agno, agbno))
xfs_verify_agbno  541 fs/xfs/scrub/agheader.c 	if (!xfs_verify_agbno(mp, agno, agbno))
xfs_verify_agbno  554 fs/xfs/scrub/agheader.c 		if (!xfs_verify_agbno(mp, agno, agbno))
xfs_verify_agbno  564 fs/xfs/scrub/agheader.c 		if (!xfs_verify_agbno(mp, agno, agbno))
xfs_verify_agbno  633 fs/xfs/scrub/agheader.c 	if (xfs_verify_agbno(mp, agno, agbno) &&
xfs_verify_agbno  846 fs/xfs/scrub/agheader.c 	if (!xfs_verify_agbno(mp, agno, agbno))
xfs_verify_agbno  855 fs/xfs/scrub/agheader.c 		if (!xfs_verify_agbno(mp, agno, agbno))
xfs_verify_agbno   96 fs/xfs/scrub/agheader_repair.c 	if (!xfs_verify_agbno(mp, sc->sa.agno, agbno))
xfs_verify_agbno  123 fs/xfs/scrub/agheader_repair.c 	return xfs_verify_agbno(mp, agno, fab->root) &&
xfs_verify_agbno  105 fs/xfs/scrub/alloc.c 	    !xfs_verify_agbno(mp, agno, bno) ||
xfs_verify_agbno  106 fs/xfs/scrub/alloc.c 	    !xfs_verify_agbno(mp, agno, bno + len - 1))
xfs_verify_agbno  112 fs/xfs/scrub/ialloc.c 	    !xfs_verify_agbno(mp, agno, bno) ||
xfs_verify_agbno  113 fs/xfs/scrub/ialloc.c 	    !xfs_verify_agbno(mp, agno, bno + len - 1))
xfs_verify_agbno  359 fs/xfs/scrub/refcount.c 	    !xfs_verify_agbno(mp, agno, bno) ||
xfs_verify_agbno  360 fs/xfs/scrub/refcount.c 	    !xfs_verify_agbno(mp, agno, bno + len - 1))
xfs_verify_agbno  124 fs/xfs/scrub/rmap.c 		if (!xfs_verify_agbno(mp, agno, irec.rm_startblock) ||
xfs_verify_agbno  125 fs/xfs/scrub/rmap.c 		    !xfs_verify_agbno(mp, agno, irec.rm_startblock +