Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c3431 s64 ag_rem; in dbExtendFS() local
3472 ag_rem = bmp->db_agfree[0]; /* save agfree[0] */ in dbExtendFS()
3482 bmp->db_agfree[0] += ag_rem; /* restore agfree[0] */ in dbExtendFS()
3694 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3709 ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1); /* ??? */ in dbFinalizeBmap()
3716 inactfree = (inactags && ag_rem) ? in dbFinalizeBmap()
3717 ((inactags - 1) << bmp->db_agl2size) + ag_rem in dbFinalizeBmap()