Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_sysfs.c751 if (mp->m_zonegc_low_space != val) { in zonegc_low_space_store()
752 mp->m_zonegc_low_space = val; in zonegc_low_space_store()
765 zoned_to_mp(kobj)->m_zonegc_low_space); in zonegc_low_space_show()
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()