Lines Matching refs:agbno
98 xfs_agblock_t agbno, in xfs_btree_check_sblock_siblings() argument
107 if (sibling == agbno) in xfs_btree_check_sblock_siblings()
201 xfs_agblock_t agbno = NULLAGBLOCK; in __xfs_btree_check_sblock() local
221 agbno = xfs_daddr_to_agbno(mp, xfs_buf_daddr(bp)); in __xfs_btree_check_sblock()
225 fa = xfs_btree_check_sblock_siblings(mp, cur, level, agno, agbno, in __xfs_btree_check_sblock()
229 agbno, block->bb_u.s.bb_rightsib); in __xfs_btree_check_sblock()
286 xfs_agblock_t agbno, in xfs_btree_check_sptr() argument
291 return xfs_verify_agbno(cur->bc_mp, cur->bc_ag.pag->pag_agno, agbno); in xfs_btree_check_sptr()
920 xfs_agblock_t agbno, /* allocation group block number */ in xfs_btree_reada_bufs() argument
927 ASSERT(agbno != NULLAGBLOCK); in xfs_btree_reada_bufs()
928 d = XFS_AGB_TO_DADDR(mp, agno, agbno); in xfs_btree_reada_bufs()
1021 xfs_agblock_t agbno; in xfs_btree_ptr_to_daddr() local
1032 agbno = be32_to_cpu(ptr->s); in xfs_btree_ptr_to_daddr()
1034 agbno); in xfs_btree_ptr_to_daddr()
4593 xfs_agblock_t agbno; in xfs_btree_sblock_verify() local
4602 agbno = xfs_daddr_to_agbno(mp, xfs_buf_daddr(bp)); in xfs_btree_sblock_verify()
4603 fa = xfs_btree_check_sblock_siblings(mp, NULL, -1, agno, agbno, in xfs_btree_sblock_verify()
4606 fa = xfs_btree_check_sblock_siblings(mp, NULL, -1, agno, agbno, in xfs_btree_sblock_verify()