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()
1011 struct xfs_fsop_geom fsgeo; in xfs_ioc_fsgeometry() local1014 xfs_fs_geometry(mp, &fsgeo, struct_version); in xfs_ioc_fsgeometry()1021 xfs_fsop_geom_health(mp, &fsgeo); in xfs_ioc_fsgeometry()1022 len = sizeof(fsgeo); in xfs_ioc_fsgeometry()1025 if (copy_to_user(arg, &fsgeo, len)) in xfs_ioc_fsgeometry()