Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.c648 s64 avgfree; in dbNextAG() local
658 avgfree = (u32)bmp->db_nfree / bmp->db_numag; in dbNextAG()
666 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
679 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
3620 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3651 avgfree = (u32) actfree / (u32) actags; in dbFinalizeBmap()
3657 if (bmp->db_agfree[bmp->db_agpref] < avgfree) { in dbFinalizeBmap()
3660 if (bmp->db_agfree[bmp->db_agpref] >= avgfree) in dbFinalizeBmap()