Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dmap.c210 bmp->db_agfree[i] = le64_to_cpu(dbmp_le->dn_agfree[i]); in dbMount()
309 dbmp_le->dn_agfree[i] = cpu_to_le64(bmp->db_agfree[i]); in dbSync()
637 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
650 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
654 } else if (bmp->db_agfree[agpref] > hwm) { in dbNextAG()
656 hwm = bmp->db_agfree[agpref]; in dbNextAG()
1352 || bmp->db_agfree[agno] == bmp->db_agsize) { in dbAllocAG()
1355 (bmp->db_agfree[agno] == bmp->db_agsize)) { in dbAllocAG()
1592 nblocks = bmp->db_agfree[agno]; in dbDiscardAG()
1615 if (bmp->db_agfree[agno] == 0) in dbDiscardAG()
[all …]
H A Djfs_dmap.h241 #define db_agfree db_bmap.dn_agfree macro