Home
last modified time | relevance | path

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

/external/syslinux/core/fs/xfs/
Dxfs.c102 block_t nextbno; in xfs_next_extent() local
151 nextbno = be64_to_cpu(blk->bb_u.l.bb_rightsib); in xfs_next_extent()
171 bno = fsblock_to_bytes(fs, nextbno) >> BLOCK_SHIFT(fs); in xfs_next_extent()
Dxfs_dir2.c520 block_t nextbno; in xfs_dir2_get_right_blk() local
565 nextbno = be64_to_cpu(blk->bb_u.l.bb_rightsib); in xfs_dir2_get_right_blk()
572 nextbno = NULLFSBLOCK; in xfs_dir2_get_right_blk()
576 if (nextbno == NULLFSBLOCK) in xfs_dir2_get_right_blk()
578 bno = fsblock_to_bytes(fs, nextbno) >> BLOCK_SHIFT(fs); in xfs_dir2_get_right_blk()