Searched refs:fsgeo (Results 1 – 2 of 2) sorted by relevance
51 struct xfs_fsop_geom fsgeo; in xfs_compat_ioc_fsgeometry_v1() local53 xfs_fs_geometry(mp, &fsgeo, 3); in xfs_compat_ioc_fsgeometry_v1()55 if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) in xfs_compat_ioc_fsgeometry_v1()
1010 struct xfs_fsop_geom fsgeo; in xfs_ioc_fsgeometry() local1013 xfs_fs_geometry(mp, &fsgeo, struct_version); in xfs_ioc_fsgeometry()1020 xfs_fsop_geom_health(mp, &fsgeo); in xfs_ioc_fsgeometry()1021 len = sizeof(fsgeo); in xfs_ioc_fsgeometry()1024 if (copy_to_user(arg, &fsgeo, len)) in xfs_ioc_fsgeometry()