Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_dmap.c600 s64 avgfree; in dbNextAG() local
610 avgfree = (u32)bmp->db_nfree / bmp->db_numag; in dbNextAG()
618 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
631 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
3591 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3622 avgfree = (u32) actfree / (u32) actags; in dbFinalizeBmap()
3628 if (bmp->db_agfree[bmp->db_agpref] < avgfree) { in dbFinalizeBmap()
3631 if (bmp->db_agfree[bmp->db_agpref] >= avgfree) in dbFinalizeBmap()