agf_refcount_level  272 fs/xfs/libxfs/xfs_ag.c 		agf->agf_refcount_level = cpu_to_be32(1);
agf_refcount_level 2481 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_refcount_level),
agf_refcount_level 2626 fs/xfs/libxfs/xfs_alloc.c 	    (be32_to_cpu(agf->agf_refcount_level) < 1 ||
agf_refcount_level 2627 fs/xfs/libxfs/xfs_alloc.c 	     be32_to_cpu(agf->agf_refcount_level) > XFS_BTREE_MAXLEVELS))
agf_refcount_level 2752 fs/xfs/libxfs/xfs_alloc.c 		pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level);
agf_refcount_level  647 fs/xfs/libxfs/xfs_format.h 	__be32		agf_refcount_level;	/* refcount btree levels */
agf_refcount_level   45 fs/xfs/libxfs/xfs_refcount_btree.c 	be32_add_cpu(&agf->agf_refcount_level, inc);
agf_refcount_level  337 fs/xfs/libxfs/xfs_refcount_btree.c 	cur->bc_nlevels = be32_to_cpu(agf->agf_refcount_level);
agf_refcount_level  567 fs/xfs/scrub/agheader.c 		level = be32_to_cpu(agf->agf_refcount_level);
agf_refcount_level  228 fs/xfs/scrub/agheader_repair.c 		agf->agf_refcount_level =
agf_refcount_level  325 fs/xfs/scrub/agheader_repair.c 	pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level);