Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_bmap_util.c275 xfs_fsblock_t nextbno; in xfs_bmap_count_tree() local
288 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()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c408 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents() local
418 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() local
1246 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()