Searched refs:agf_rmap_level (Results 1 – 6 of 6) sorted by relevance
76 be32_add_cpu(&agf->agf_rmap_level, inc); in xfs_rmapbt_set_root()526 cur->bc_nlevels = be32_to_cpu(agf->agf_rmap_level); in xfs_rmapbt_init_cursor()691 agf->agf_rmap_level = cpu_to_be32(afake->af_levels); in xfs_rmapbt_commit_staged_btree()
507 agf->agf_rmap_level = cpu_to_be32(1); in xfs_agfblock_init()
3295 if (be32_to_cpu(agf->agf_rmap_level) < 1 || in xfs_agf_verify()3296 be32_to_cpu(agf->agf_rmap_level) > mp->m_rmap_maxlevels) in xfs_agf_verify()3425 pag->pagf_rmap_level = be32_to_cpu(agf->agf_rmap_level); in xfs_alloc_read_agf()
534 __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()
647 level = be32_to_cpu(agf->agf_rmap_level); in xchk_agf()
Completed in 26 milliseconds