Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c637 int agpref; in dbNextAG() local
652 agpref = bmp->db_agpref; in dbNextAG()
653 if ((atomic_read(&bmp->db_active[agpref]) == 0) && in dbNextAG()
654 (bmp->db_agfree[agpref] >= avgfree)) in dbNextAG()
660 for (i = 0 ; i < bmp->db_numag; i++, agpref++) { in dbNextAG()
661 if (agpref == bmp->db_numag) in dbNextAG()
662 agpref = 0; in dbNextAG()
664 if (atomic_read(&bmp->db_active[agpref])) in dbNextAG()
667 if (bmp->db_agfree[agpref] >= avgfree) { in dbNextAG()
669 bmp->db_agpref = agpref; in dbNextAG()
[all …]