Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c3694 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3724 actfree = bmp->db_nfree - inactfree; in dbFinalizeBmap()
3725 avgfree = (u32) actfree / (u32) actags; in dbFinalizeBmap()