Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.c203 bmp->db_agfree[i] = le64_to_cpu(dbmp_le->dn_agfree[i]); in dbMount()
295 dbmp_le->dn_agfree[i] = cpu_to_le64(bmp->db_agfree[i]); in dbSync()
617 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
630 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
634 } else if (bmp->db_agfree[agpref] > hwm) { in dbNextAG()
636 hwm = bmp->db_agfree[agpref]; in dbNextAG()
1405 || bmp->db_agfree[agno] == bmp->db_agsize) { in dbAllocAG()
1408 (bmp->db_agfree[agno] == bmp->db_agsize)) { in dbAllocAG()
2188 bmp->db_agfree[agno] -= nblocks; in dbAllocBits()
2328 bmp->db_agfree[agno] += nblocks; in dbFreeBits()
[all …]
Djfs_dmap.h254 #define db_agfree db_bmap.dn_agfree macro