Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ag.h39 uint8_t pagf_rmap_level;/* # of levels in rmap btree */ member
H A Dxfs_alloc.c2452 const unsigned int rmap_level = pag ? pag->pagf_rmap_level : 1; in xfs_alloc_min_freelist()
3425 pag->pagf_rmap_level = be32_to_cpu(agf->agf_rmap_level); in xfs_alloc_read_agf()
/linux/fs/xfs/scrub/
H A Drmap_repair.c1212 pag->pagf_repair_rmap_level = pag->pagf_rmap_level; in xrep_rmap_reset_counters()
H A Dagheader_repair.c334 pag->pagf_rmap_level = be32_to_cpu(agf->agf_rmap_level); in xrep_agf_commit_new()