Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_sb.h13 struct xfs_fsop_geom;
32 extern void xfs_fs_geometry(struct xfs_mount *mp, struct xfs_fsop_geom *geo,
H A Dxfs_health.h54 struct xfs_fsop_geom;
283 void xfs_fsop_geom_health(struct xfs_mount *mp, struct xfs_fsop_geom *geo);
H A Dxfs_fs.h166 struct xfs_fsop_geom { struct
1074 #define XFS_IOC_FSGEOMETRY _IOR ('X', 126, struct xfs_fsop_geom)
H A Dxfs_sb.c1432 struct xfs_fsop_geom *geo, in xfs_fs_geometry()
1437 memset(geo, 0, sizeof(struct xfs_fsop_geom)); in xfs_fs_geometry()
/linux/fs/xfs/
H A Dxfs_health.c374 struct xfs_fsop_geom *geo, in xfgeo_health_tick()
389 struct xfs_fsop_geom *geo) in xfs_fsop_geom_health()
H A Dxfs_ioctl.c358 struct xfs_fsop_geom fsgeo; in xfs_ioc_fsgeometry()