Searched refs:fsgeo (Results 1 – 2 of 2) sorted by relevance
38 struct xfs_fsop_geom fsgeo; in xfs_compat_ioc_fsgeometry_v1() local40 xfs_fs_geometry(mp, &fsgeo, 3); in xfs_compat_ioc_fsgeometry_v1()42 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1()
350 struct xfs_fsop_geom fsgeo; in xfs_ioc_fsgeometry() local353 xfs_fs_geometry(mp, &fsgeo, struct_version); in xfs_ioc_fsgeometry()360 xfs_fsop_geom_health(mp, &fsgeo); in xfs_ioc_fsgeometry()361 len = sizeof(fsgeo); in xfs_ioc_fsgeometry()364 if (copy_to_user(arg, &fsgeo, len)) in xfs_ioc_fsgeometry()