Home
last modified time | relevance | path

Searched refs:nextbno (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c357 xfs_fsblock_t nextbno; in xfs_bmap_count_tree() local
370 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()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c417 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents() local
427 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() local
1322 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()