nextbno           403 fs/xfs/libxfs/xfs_bmap.c 		xfs_fsblock_t	nextbno;
nextbno           413 fs/xfs/libxfs/xfs_bmap.c 		nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
nextbno           441 fs/xfs/libxfs/xfs_bmap.c 		bno = nextbno;
nextbno          1228 fs/xfs/libxfs/xfs_bmap.c 		xfs_fsblock_t	nextbno;
nextbno          1245 fs/xfs/libxfs/xfs_bmap.c 		nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
nextbno          1246 fs/xfs/libxfs/xfs_bmap.c 		if (nextbno != NULLFSBLOCK)
nextbno          1247 fs/xfs/libxfs/xfs_bmap.c 			xfs_btree_reada_bufl(mp, nextbno, 1,
nextbno          1270 fs/xfs/libxfs/xfs_bmap.c 		bno = nextbno;
nextbno           270 fs/xfs/xfs_bmap_util.c 	xfs_fsblock_t		nextbno;
nextbno           283 fs/xfs/xfs_bmap_util.c 		nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
nextbno           284 fs/xfs/xfs_bmap_util.c 		while (nextbno != NULLFSBLOCK) {
nextbno           285 fs/xfs/xfs_bmap_util.c 			error = xfs_btree_read_bufl(mp, tp, nextbno, &nbp,
nextbno           292 fs/xfs/xfs_bmap_util.c 			nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib);
nextbno           311 fs/xfs/xfs_bmap_util.c 			nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib);
nextbno           316 fs/xfs/xfs_bmap_util.c 			if (nextbno == NULLFSBLOCK)
nextbno           318 fs/xfs/xfs_bmap_util.c 			bno = nextbno;