db_agfree         191 fs/jfs/jfs_dmap.c 		bmp->db_agfree[i] = le64_to_cpu(dbmp_le->dn_agfree[i]);
db_agfree         283 fs/jfs/jfs_dmap.c 		dbmp_le->dn_agfree[i] = cpu_to_le64(bmp->db_agfree[i]);
db_agfree         610 fs/jfs/jfs_dmap.c 	    (bmp->db_agfree[agpref] >= avgfree))
db_agfree         623 fs/jfs/jfs_dmap.c 		if (bmp->db_agfree[agpref] >= avgfree) {
db_agfree         627 fs/jfs/jfs_dmap.c 		} else if (bmp->db_agfree[agpref] > hwm) {
db_agfree         629 fs/jfs/jfs_dmap.c 			hwm = bmp->db_agfree[agpref];
db_agfree        1393 fs/jfs/jfs_dmap.c 	    || bmp->db_agfree[agno] == bmp->db_agsize) {
db_agfree        1396 fs/jfs/jfs_dmap.c 		    (bmp->db_agfree[agno] == bmp->db_agsize)) {
db_agfree        1627 fs/jfs/jfs_dmap.c 	nblocks = bmp->db_agfree[agno];
db_agfree        1650 fs/jfs/jfs_dmap.c 			if (bmp->db_agfree[agno] == 0)
db_agfree        1654 fs/jfs/jfs_dmap.c 			nblocks = bmp->db_agfree[agno];
db_agfree        2282 fs/jfs/jfs_dmap.c 	bmp->db_agfree[agno] -= nblocks;
db_agfree        2422 fs/jfs/jfs_dmap.c 	bmp->db_agfree[agno] += nblocks;
db_agfree        2429 fs/jfs/jfs_dmap.c 	if ((bmp->db_agfree[agno] == bmp->db_agsize && agno == bmp->db_maxag) ||
db_agfree        2431 fs/jfs/jfs_dmap.c 	     bmp->db_agfree[agno] == (bmp-> db_mapsize & (BPERDMAP - 1)))) {
db_agfree        2434 fs/jfs/jfs_dmap.c 			if (bmp->db_agfree[bmp->db_maxag] !=
db_agfree        3334 fs/jfs/jfs_dmap.c 	bmp->db_agfree[agno] -= nblocks;
db_agfree        3425 fs/jfs/jfs_dmap.c 	ag_rem = bmp->db_agfree[0];	/* save agfree[0] */
db_agfree        3427 fs/jfs/jfs_dmap.c 		bmp->db_agfree[n] = 0;	/* init collection point */
db_agfree        3432 fs/jfs/jfs_dmap.c 			bmp->db_agfree[n] += bmp->db_agfree[i];
db_agfree        3435 fs/jfs/jfs_dmap.c 	bmp->db_agfree[0] += ag_rem;	/* restore agfree[0] */
db_agfree        3438 fs/jfs/jfs_dmap.c 		bmp->db_agfree[n] = 0;
db_agfree        3562 fs/jfs/jfs_dmap.c 				bmp->db_agfree[agno] += n;
db_agfree        3684 fs/jfs/jfs_dmap.c 	if (bmp->db_agfree[bmp->db_agpref] < avgfree) {
db_agfree        3687 fs/jfs/jfs_dmap.c 			if (bmp->db_agfree[bmp->db_agpref] >= avgfree)