Searched refs:fsgeo (Results 1 – 2 of 2) sorted by relevance
37 struct xfs_fsop_geom fsgeo; in xfs_compat_ioc_fsgeometry_v1() local39 xfs_fs_geometry(mp, &fsgeo, 3); in xfs_compat_ioc_fsgeometry_v1()41 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1()
934 struct xfs_fsop_geom fsgeo; in xfs_ioc_fsgeometry() local937 xfs_fs_geometry(mp, &fsgeo, struct_version); in xfs_ioc_fsgeometry()944 xfs_fsop_geom_health(mp, &fsgeo); in xfs_ioc_fsgeometry()945 len = sizeof(fsgeo); in xfs_ioc_fsgeometry()948 if (copy_to_user(arg, &fsgeo, len)) in xfs_ioc_fsgeometry()