Searched refs:agf_rmap_level (Results 1 – 6 of 6) sorted by relevance
75 be32_add_cpu(&agf->agf_rmap_level, inc); in xfs_rmapbt_set_root()546 cur->bc_nlevels = be32_to_cpu(agf->agf_rmap_level); in xfs_rmapbt_init_cursor()712 agf->agf_rmap_level = cpu_to_be32(afake->af_levels); in xfs_rmapbt_commit_staged_btree()
584 agf->agf_rmap_level = cpu_to_be32(1); in xfs_agfblock_init()
3286 if (be32_to_cpu(agf->agf_rmap_level) < 1 || in xfs_agf_verify()3287 be32_to_cpu(agf->agf_rmap_level) > mp->m_rmap_maxlevels) in xfs_agf_verify()3415 pag->pagf_rmap_level = be32_to_cpu(agf->agf_rmap_level); in xfs_alloc_read_agf()
505 __be32 agf_rmap_level; /* rmapbt btree levels */ member
238 agf->agf_rmap_level = cpu_to_be32(fab[XREP_AGF_RMAPBT].height); in xrep_agf_set_roots()334 pag->pagf_rmap_level = be32_to_cpu(agf->agf_rmap_level); in xrep_agf_commit_new()
580 level = be32_to_cpu(agf->agf_rmap_level); in xchk_agf()
Completed in 31 milliseconds