Home
last modified time | relevance | path

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

/linux-2.6.39/fs/jfs/
Djfs_dmap.c3560 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3590 actfree = bmp->db_nfree - inactfree; in dbFinalizeBmap()
3591 avgfree = (u32) actfree / (u32) actags; in dbFinalizeBmap()