Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_dmap.c198 bmp->db_agfree[i] = le64_to_cpu(dbmp_le->dn_agfree[i]); in dbMount()
290 dbmp_le->dn_agfree[i] = cpu_to_le64(bmp->db_agfree[i]); in dbSync()
618 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
631 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
635 } else if (bmp->db_agfree[agpref] > hwm) { in dbNextAG()
637 hwm = bmp->db_agfree[agpref]; in dbNextAG()
1333 || bmp->db_agfree[agno] == bmp->db_agsize) { in dbAllocAG()
1336 (bmp->db_agfree[agno] == bmp->db_agsize)) { in dbAllocAG()
1567 nblocks = bmp->db_agfree[agno]; in dbDiscardAG()
1590 if (bmp->db_agfree[agno] == 0) in dbDiscardAG()
[all …]
Djfs_dmap.h241 #define db_agfree db_bmap.dn_agfree macro