Searched refs:nextbno (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir.c | 888 xfs_dablk_t bno, nextbno; in xfs_dir_node_getdents() local 997 if ((nextbno = INT_GET(leaf->hdr.info.forw, ARCH_CONVERT))) { in xfs_dir_node_getdents() 998 nextda = xfs_da_reada_buf(trans, dp, nextbno, in xfs_dir_node_getdents() 1005 bno = nextbno; in xfs_dir_node_getdents()
|
D | xfs_bmap.c | 4362 xfs_fsblock_t nextbno; in xfs_bmap_read_extents() local 4383 nextbno = INT_GET(block->bb_rightsib, ARCH_CONVERT); in xfs_bmap_read_extents() 4384 if (nextbno != NULLFSBLOCK) in xfs_bmap_read_extents() 4385 xfs_btree_reada_bufl(mp, nextbno, 1); in xfs_bmap_read_extents() 4411 bno = nextbno; in xfs_bmap_read_extents() 6029 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents() local 6039 nextbno = INT_GET(block->bb_rightsib, ARCH_CONVERT); in xfs_bmap_check_leaf_extents() 6065 bno = nextbno; in xfs_bmap_check_leaf_extents() 6170 xfs_fsblock_t nextbno; in xfs_bmap_count_tree() local 6182 nextbno = INT_GET(block->bb_rightsib, ARCH_CONVERT); in xfs_bmap_count_tree() [all …]
|