Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_mount.h284 __uint32_t pagf_btreeblks; /* # of blocks held in AGF btrees */ member
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c2132 pag->pagf_btreeblks++; in xfs_alloc_get_freelist()
2236 pag->pagf_btreeblks--; in xfs_alloc_put_freelist()
2409 pag->pagf_btreeblks = be32_to_cpu(agf->agf_btreeblks); in xfs_alloc_read_agf()
2424 ASSERT(pag->pagf_btreeblks == be32_to_cpu(agf->agf_btreeblks)); in xfs_alloc_read_agf()
Dxfs_sb.c784 btree += pag->pagf_btreeblks; in xfs_initialize_perag_data()