Searched refs:nextbno (Results 1 – 2 of 2) sorted by relevance
275 xfs_fsblock_t nextbno; in xfs_bmap_count_tree() local288 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()289 while (nextbno != NULLFSBLOCK) { in xfs_bmap_count_tree()290 error = xfs_btree_read_bufl(mp, tp, nextbno, 0, &nbp, in xfs_bmap_count_tree()297 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()316 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()321 if (nextbno == NULLFSBLOCK) in xfs_bmap_count_tree()323 bno = nextbno; in xfs_bmap_count_tree()
408 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents() local418 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()446 bno = nextbno; in xfs_bmap_check_leaf_extents()1229 xfs_fsblock_t nextbno; in xfs_iread_extents() local1246 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_iread_extents()1247 if (nextbno != NULLFSBLOCK) in xfs_iread_extents()1248 xfs_btree_reada_bufl(mp, nextbno, 1, in xfs_iread_extents()1271 bno = nextbno; in xfs_iread_extents()