Searched refs:db_agfree (Results 1 – 2 of 2) sorted by relevance
652 hwm = bmp->db_agfree[agpref]; in dbNextAG()1582 nblocks = bmp->db_agfree[agno]; in dbDiscardAG()1605 if (bmp->db_agfree[agno] == 0) in dbDiscardAG()1609 nblocks = bmp->db_agfree[agno]; in dbDiscardAG()2245 bmp->db_agfree[agno] -= nblocks; in dbAllocBits()2385 bmp->db_agfree[agno] += nblocks; in dbFreeBits()2397 if (bmp->db_agfree[bmp->db_maxag] != in dbFreeBits()3318 bmp->db_agfree[agno] -= nblocks; in dbAllocDmapBU()3416 bmp->db_agfree[n] += bmp->db_agfree[i]; in dbExtendFS()3422 bmp->db_agfree[n] = 0; in dbExtendFS()[all …]
241 #define db_agfree db_bmap.dn_agfree macro