Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.h341 __uint32_t pagf_btreeblks; /* # of blocks held in AGF btrees */ member
/fs/xfs/libxfs/
Dxfs_alloc.c2068 pag->pagf_btreeblks++; in xfs_alloc_get_freelist()
2172 pag->pagf_btreeblks--; in xfs_alloc_put_freelist()
2341 pag->pagf_btreeblks = be32_to_cpu(agf->agf_btreeblks); in xfs_alloc_read_agf()
2356 ASSERT(pag->pagf_btreeblks == be32_to_cpu(agf->agf_btreeblks)); in xfs_alloc_read_agf()
Dxfs_sb.c805 btree += pag->pagf_btreeblks; in xfs_initialize_perag_data()