Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_bmap_util.c270 xfs_fsblock_t nextbno; in xfs_bmap_count_tree() local
283 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()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bmap.c403 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents() local
413 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() local
1245 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()