Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_types.h111 XFS_BTNUM_BNOi, XFS_BTNUM_CNTi, XFS_BTNUM_BMAPi, XFS_BTNUM_INOi, enumerator
Dxfs_alloc.c1887 min_free += min_t(unsigned int, pag->pagf_levels[XFS_BTNUM_CNTi] + 1, in xfs_alloc_min_freelist()
2507 pag->pagf_levels[XFS_BTNUM_CNTi] = in xfs_alloc_read_agf()
2508 be32_to_cpu(agf->agf_levels[XFS_BTNUM_CNTi]); in xfs_alloc_read_agf()
2523 ASSERT(pag->pagf_levels[XFS_BTNUM_CNTi] == in xfs_alloc_read_agf()
2524 be32_to_cpu(agf->agf_levels[XFS_BTNUM_CNTi])); in xfs_alloc_read_agf()
Dxfs_btree.h62 #define XFS_BTNUM_CNT ((xfs_btnum_t)XFS_BTNUM_CNTi)
Dxfs_alloc_btree.c326 if (level >= pag->pagf_levels[XFS_BTNUM_CNTi]) in xfs_allocbt_verify()
Dxfs_format.h604 #define XFS_BTNUM_AGF ((int)XFS_BTNUM_CNTi + 1)
/fs/xfs/
Dxfs_fsops.c243 agf->agf_roots[XFS_BTNUM_CNTi] = cpu_to_be32(XFS_CNT_BLOCK(mp)); in xfs_growfs_data_private()
245 agf->agf_levels[XFS_BTNUM_CNTi] = cpu_to_be32(1); in xfs_growfs_data_private()