Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_sysfs.c737 zoned_to_mp(kobj)->m_zonegc_low_space = val; in zonegc_low_space_store()
748 zoned_to_mp(kobj)->m_zonegc_low_space); in zonegc_low_space_show()
H A Dxfs_zone_gc.c189 threshold = threshold * mp->m_zonegc_low_space + in xfs_zoned_need_gc()
190 remainder * div_s64(mp->m_zonegc_low_space, 100); in xfs_zoned_need_gc()
H A Dxfs_mount.h232 unsigned int m_zonegc_low_space; member
H A Dxfs_zone_alloc.c1209 mp->m_zonegc_low_space = 0; in xfs_mount_zones()