Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_dmap.c630 s64 avgfree; in dbNextAG() local
640 avgfree = (u32)bmp->db_nfree / bmp->db_numag; in dbNextAG()
648 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
661 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
3637 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3668 avgfree = (u32) actfree / (u32) actags; in dbFinalizeBmap()
3674 if (bmp->db_agfree[bmp->db_agpref] < avgfree) { in dbFinalizeBmap()
3677 if (bmp->db_agfree[bmp->db_agpref] >= avgfree) in dbFinalizeBmap()