Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_zone_gc.c196 if (!mp->m_zonegc_low_space) in xfs_zoned_need_gc()
201 threshold = threshold * mp->m_zonegc_low_space + in xfs_zoned_need_gc()
202 remainder * div_s64(mp->m_zonegc_low_space, 100); in xfs_zoned_need_gc()
H A Dxfs_mount.h239 unsigned int m_zonegc_low_space; member
H A Dxfs_zone_alloc.c1410 mp->m_zonegc_low_space = 0; in xfs_mount_zones()