Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_dmap.c3591 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3621 actfree = bmp->db_nfree - inactfree; in dbFinalizeBmap()
3622 avgfree = (u32) actfree / (u32) actags; in dbFinalizeBmap()