Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_mount.h348 uint32_t pagf_btreeblks; /* # of blocks held in AGF btrees */ member
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.c2444 pag->pagf_btreeblks++; in xfs_alloc_get_freelist()
2555 pag->pagf_btreeblks--; in xfs_alloc_put_freelist()
2757 pag->pagf_btreeblks = be32_to_cpu(agf->agf_btreeblks); in xfs_alloc_read_agf()
2773 ASSERT(pag->pagf_btreeblks == be32_to_cpu(agf->agf_btreeblks)); in xfs_alloc_read_agf()
Dxfs_sb.c897 btree += pag->pagf_btreeblks; in xfs_initialize_perag_data()
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c321 pag->pagf_btreeblks = be32_to_cpu(agf->agf_btreeblks); in xrep_agf_commit_new()