Searched refs:nextbno (Results 1 – 2 of 2) sorted by relevance
357 xfs_fsblock_t nextbno; in xfs_bmap_count_tree() local370 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()371 while (nextbno != NULLFSBLOCK) { in xfs_bmap_count_tree()372 error = xfs_btree_read_bufl(mp, tp, nextbno, 0, &nbp, in xfs_bmap_count_tree()379 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()397 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()401 if (nextbno == NULLFSBLOCK) in xfs_bmap_count_tree()403 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()1305 xfs_fsblock_t nextbno; in xfs_bmap_read_extents() local1322 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_read_extents()1323 if (nextbno != NULLFSBLOCK) in xfs_bmap_read_extents()1324 xfs_btree_reada_bufl(mp, nextbno, 1, in xfs_bmap_read_extents()1351 bno = nextbno; in xfs_bmap_read_extents()