Symbol: db_agfree
fs/jfs/jfs_dmap.c
1439
|| bmp->db_agfree[agno] == bmp->db_agsize) {
fs/jfs/jfs_dmap.c
1442
(bmp->db_agfree[agno] == bmp->db_agsize)) {
fs/jfs/jfs_dmap.c
1679
nblocks = bmp->db_agfree[agno];
fs/jfs/jfs_dmap.c
1702
if (bmp->db_agfree[agno] == 0)
fs/jfs/jfs_dmap.c
1706
nblocks = bmp->db_agfree[agno];
fs/jfs/jfs_dmap.c
2344
bmp->db_agfree[agno] -= nblocks;
fs/jfs/jfs_dmap.c
2484
bmp->db_agfree[agno] += nblocks;
fs/jfs/jfs_dmap.c
2491
if ((bmp->db_agfree[agno] == bmp->db_agsize && agno == bmp->db_maxag) ||
fs/jfs/jfs_dmap.c
2493
bmp->db_agfree[agno] == (bmp-> db_mapsize & (BPERDMAP - 1)))) {
fs/jfs/jfs_dmap.c
2496
if (bmp->db_agfree[bmp->db_maxag] !=
fs/jfs/jfs_dmap.c
297
bmp->db_agfree[i] = le64_to_cpu(dbmp_le->dn_agfree[i]);
fs/jfs/jfs_dmap.c
3417
bmp->db_agfree[agno] -= nblocks;
fs/jfs/jfs_dmap.c
3508
ag_rem = bmp->db_agfree[0]; /* save agfree[0] */
fs/jfs/jfs_dmap.c
3510
bmp->db_agfree[n] = 0; /* init collection point */
fs/jfs/jfs_dmap.c
3515
bmp->db_agfree[n] += bmp->db_agfree[i];
fs/jfs/jfs_dmap.c
3518
bmp->db_agfree[0] += ag_rem; /* restore agfree[0] */
fs/jfs/jfs_dmap.c
3521
bmp->db_agfree[n] = 0;
fs/jfs/jfs_dmap.c
3666
bmp->db_agfree[agno] += n;
fs/jfs/jfs_dmap.c
3788
if (bmp->db_agfree[bmp->db_agpref] < avgfree) {
fs/jfs/jfs_dmap.c
3791
if (bmp->db_agfree[bmp->db_agpref] >= avgfree)
fs/jfs/jfs_dmap.c
396
dbmp_le->dn_agfree[i] = cpu_to_le64(bmp->db_agfree[i]);
fs/jfs/jfs_dmap.c
724
(bmp->db_agfree[agpref] >= avgfree))
fs/jfs/jfs_dmap.c
737
if (bmp->db_agfree[agpref] >= avgfree) {
fs/jfs/jfs_dmap.c
741
} else if (bmp->db_agfree[agpref] > hwm) {
fs/jfs/jfs_dmap.c
743
hwm = bmp->db_agfree[agpref];