Symbol: db_agfree
fs/jfs/jfs_dmap.c
1352
|| bmp->db_agfree[agno] == bmp->db_agsize) {
fs/jfs/jfs_dmap.c
1355
(bmp->db_agfree[agno] == bmp->db_agsize)) {
fs/jfs/jfs_dmap.c
1592
nblocks = bmp->db_agfree[agno];
fs/jfs/jfs_dmap.c
1615
if (bmp->db_agfree[agno] == 0)
fs/jfs/jfs_dmap.c
1619
nblocks = bmp->db_agfree[agno];
fs/jfs/jfs_dmap.c
210
bmp->db_agfree[i] = le64_to_cpu(dbmp_le->dn_agfree[i]);
fs/jfs/jfs_dmap.c
2257
bmp->db_agfree[agno] -= nblocks;
fs/jfs/jfs_dmap.c
2397
bmp->db_agfree[agno] += nblocks;
fs/jfs/jfs_dmap.c
2404
if ((bmp->db_agfree[agno] == bmp->db_agsize && agno == bmp->db_maxag) ||
fs/jfs/jfs_dmap.c
2406
bmp->db_agfree[agno] == (bmp-> db_mapsize & (BPERDMAP - 1)))) {
fs/jfs/jfs_dmap.c
2409
if (bmp->db_agfree[bmp->db_maxag] !=
fs/jfs/jfs_dmap.c
309
dbmp_le->dn_agfree[i] = cpu_to_le64(bmp->db_agfree[i]);
fs/jfs/jfs_dmap.c
3330
bmp->db_agfree[agno] -= nblocks;
fs/jfs/jfs_dmap.c
3421
ag_rem = bmp->db_agfree[0]; /* save agfree[0] */
fs/jfs/jfs_dmap.c
3423
bmp->db_agfree[n] = 0; /* init collection point */
fs/jfs/jfs_dmap.c
3428
bmp->db_agfree[n] += bmp->db_agfree[i];
fs/jfs/jfs_dmap.c
3431
bmp->db_agfree[0] += ag_rem; /* restore agfree[0] */
fs/jfs/jfs_dmap.c
3434
bmp->db_agfree[n] = 0;
fs/jfs/jfs_dmap.c
3558
bmp->db_agfree[agno] += n;
fs/jfs/jfs_dmap.c
3680
if (bmp->db_agfree[bmp->db_agpref] < avgfree) {
fs/jfs/jfs_dmap.c
3683
if (bmp->db_agfree[bmp->db_agpref] >= avgfree)
fs/jfs/jfs_dmap.c
637
(bmp->db_agfree[agpref] >= avgfree))
fs/jfs/jfs_dmap.c
650
if (bmp->db_agfree[agpref] >= avgfree) {
fs/jfs/jfs_dmap.c
654
} else if (bmp->db_agfree[agpref] > hwm) {
fs/jfs/jfs_dmap.c
656
hwm = bmp->db_agfree[agpref];