Searched refs:db_agfree (Results 1 – 2 of 2) sorted by relevance
667 hwm = bmp->db_agfree[agpref]; in dbNextAG()1597 nblocks = bmp->db_agfree[agno]; in dbDiscardAG()1620 if (bmp->db_agfree[agno] == 0) in dbDiscardAG()1624 nblocks = bmp->db_agfree[agno]; in dbDiscardAG()2257 bmp->db_agfree[agno] -= nblocks; in dbAllocBits()2397 bmp->db_agfree[agno] += nblocks; in dbFreeBits()2409 if (bmp->db_agfree[bmp->db_maxag] != in dbFreeBits()3327 bmp->db_agfree[agno] -= nblocks; in dbAllocDmapBU()3425 bmp->db_agfree[n] += bmp->db_agfree[i]; in dbExtendFS()3431 bmp->db_agfree[n] = 0; in dbExtendFS()[all …]
241 #define db_agfree db_bmap.dn_agfree macro
Completed in 10 milliseconds