Home
last modified time | relevance | path

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

/linux-6.15/fs/jfs/
H A Djfs_dmap.c3631 s64 ag_rem, actfree, inactfree, avgfree; in dbFinalizeBmap() local
3661 actfree = bmp->db_nfree - inactfree; in dbFinalizeBmap()
3662 avgfree = (u32) actfree / (u32) actags; in dbFinalizeBmap()