Home
last modified time | relevance | path

Searched refs:xfs_fsop_geom (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_sb.h13 struct xfs_fsop_geom;
31 extern void xfs_fs_geometry(struct xfs_mount *mp, struct xfs_fsop_geom *geo,
H A Dxfs_health.h52 struct xfs_fsop_geom;
280 void xfs_fsop_geom_health(struct xfs_mount *mp, struct xfs_fsop_geom *geo);
H A Dxfs_fs.h166 struct xfs_fsop_geom { struct
1021 #define XFS_IOC_FSGEOMETRY _IOR ('X', 126, struct xfs_fsop_geom)
H A Dxfs_sb.c1207 struct xfs_fsop_geom *geo, in xfs_fs_geometry()
1212 memset(geo, 0, sizeof(struct xfs_fsop_geom)); in xfs_fs_geometry()
/linux/fs/xfs/
H A Dxfs_health.c390 struct xfs_fsop_geom *geo, in xfgeo_health_tick()
405 struct xfs_fsop_geom *geo) in xfs_fsop_geom_health()
H A Dxfs_ioctl32.c38 struct xfs_fsop_geom fsgeo; in xfs_compat_ioc_fsgeometry_v1()
H A Dxfs_ioctl.c350 struct xfs_fsop_geom fsgeo; in xfs_ioc_fsgeometry()