Searched refs:db_agfree (Results 1 – 2 of 2) sorted by relevance
629 hwm = bmp->db_agfree[agpref]; in dbNextAG()1627 nblocks = bmp->db_agfree[agno]; in dbDiscardAG()1650 if (bmp->db_agfree[agno] == 0) in dbDiscardAG()1654 nblocks = bmp->db_agfree[agno]; in dbDiscardAG()2282 bmp->db_agfree[agno] -= nblocks; in dbAllocBits()2422 bmp->db_agfree[agno] += nblocks; in dbFreeBits()2434 if (bmp->db_agfree[bmp->db_maxag] != in dbFreeBits()3338 bmp->db_agfree[agno] -= nblocks; in dbAllocDmapBU()3436 bmp->db_agfree[n] += bmp->db_agfree[i]; in dbExtendFS()3442 bmp->db_agfree[n] = 0; in dbExtendFS()[all …]
241 #define db_agfree db_bmap.dn_agfree macro
Completed in 10 milliseconds