Home
last modified time | relevance | path

Searched refs:db_agfree (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/jfs/
H A Djfs_dmap.c667 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()
2255 bmp->db_agfree[agno] -= nblocks; in dbAllocBits()
2395 bmp->db_agfree[agno] += nblocks; in dbFreeBits()
2407 if (bmp->db_agfree[bmp->db_maxag] != in dbFreeBits()
3322 bmp->db_agfree[agno] -= nblocks; in dbAllocDmapBU()
3420 bmp->db_agfree[n] += bmp->db_agfree[i]; in dbExtendFS()
3426 bmp->db_agfree[n] = 0; in dbExtendFS()
[all …]
H A Djfs_dmap.h241 #define db_agfree db_bmap.dn_agfree macro