Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.c274 struct xfs_rtgroup_geometry *rgeo) in xfs_rtgroup_get_geometry() argument
277 memset(rgeo, 0, sizeof(*rgeo)); in xfs_rtgroup_get_geometry()
278 rgeo->rg_number = rtg_rgno(rtg); in xfs_rtgroup_get_geometry()
279 rgeo->rg_length = rtg_blocks(rtg); in xfs_rtgroup_get_geometry()
280 xfs_rtgroup_geom_health(rtg, rgeo); in xfs_rtgroup_get_geometry()
H A Dxfs_rtgroup.h316 struct xfs_rtgroup_geometry *rgeo);
363 # define xfs_rtgroup_get_geometry(rtg, rgeo) (-EOPNOTSUPP) argument
/linux/fs/xfs/
H A Dxfs_health.c580 struct xfs_rtgroup_geometry *rgeo) in xfs_rtgroup_geom_health() argument
586 rgeo->rg_sick = 0; in xfs_rtgroup_geom_health()
587 rgeo->rg_checked = 0; in xfs_rtgroup_geom_health()
592 rgeo->rg_checked |= m->ioctl_mask; in xfs_rtgroup_geom_health()
594 rgeo->rg_sick |= m->ioctl_mask; in xfs_rtgroup_geom_health()