Searched refs:nextbno (Results 1 – 2 of 2) sorted by relevance
331 xfs_fsblock_t nextbno; in xfs_bmap_count_tree() local344 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()345 while (nextbno != NULLFSBLOCK) { in xfs_bmap_count_tree()346 error = xfs_btree_read_bufl(mp, tp, nextbno, 0, &nbp, in xfs_bmap_count_tree()353 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()371 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()375 if (nextbno == NULLFSBLOCK) in xfs_bmap_count_tree()377 bno = nextbno; in xfs_bmap_count_tree()
417 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents() local427 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()455 bno = nextbno; in xfs_bmap_check_leaf_extents()1306 xfs_fsblock_t nextbno; in xfs_bmap_read_extents() local1323 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_read_extents()1324 if (nextbno != NULLFSBLOCK) in xfs_bmap_read_extents()1325 xfs_btree_reada_bufl(mp, nextbno, 1, in xfs_bmap_read_extents()1352 bno = nextbno; in xfs_bmap_read_extents()