Searched refs:nextbno (Results 1 – 2 of 2) sorted by relevance
270 xfs_fsblock_t nextbno; in xfs_bmap_count_tree() local283 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()284 while (nextbno != NULLFSBLOCK) { in xfs_bmap_count_tree()285 error = xfs_btree_read_bufl(mp, tp, nextbno, &nbp, in xfs_bmap_count_tree()292 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()311 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()316 if (nextbno == NULLFSBLOCK) in xfs_bmap_count_tree()318 bno = nextbno; in xfs_bmap_count_tree()
403 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents() local413 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()441 bno = nextbno; in xfs_bmap_check_leaf_extents()1228 xfs_fsblock_t nextbno; in xfs_iread_extents() local1245 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_iread_extents()1246 if (nextbno != NULLFSBLOCK) in xfs_iread_extents()1247 xfs_btree_reada_bufl(mp, nextbno, 1, in xfs_iread_extents()1270 bno = nextbno; in xfs_iread_extents()