Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_alloc_btree.c62 int btnum = cur->bc_btnum; in xfs_allocbt_set_root() local
66 agf->agf_roots[btnum] = ptr->s; in xfs_allocbt_set_root()
67 be32_add_cpu(&agf->agf_levels[btnum], inc); in xfs_allocbt_set_root()
68 cur->bc_mp->m_perag[seqno].pagf_levels[btnum] += inc; in xfs_allocbt_set_root()
459 xfs_btnum_t btnum) /* btree identifier */ in xfs_allocbt_init_cursor() argument
464 ASSERT(btnum == XFS_BTNUM_BNO || btnum == XFS_BTNUM_CNT); in xfs_allocbt_init_cursor()
470 cur->bc_nlevels = be32_to_cpu(agf->agf_levels[btnum]); in xfs_allocbt_init_cursor()
471 cur->bc_btnum = btnum; in xfs_allocbt_init_cursor()
475 if (btnum == XFS_BTNUM_CNT) in xfs_allocbt_init_cursor()