Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_sb.h13 struct xfs_fsop_geom;
29 extern void xfs_fs_geometry(struct xfs_mount *mp, struct xfs_fsop_geom *geo,
Dxfs_health.h37 struct xfs_fsop_geom;
186 void xfs_fsop_geom_health(struct xfs_mount *mp, struct xfs_fsop_geom *geo);
Dxfs_fs.h165 struct xfs_fsop_geom { struct
831 #define XFS_IOC_FSGEOMETRY _IOR ('X', 126, struct xfs_fsop_geom)
Dxfs_sb.c1123 struct xfs_fsop_geom *geo, in xfs_fs_geometry()
1128 memset(geo, 0, sizeof(struct xfs_fsop_geom)); in xfs_fs_geometry()
/Linux-v6.1/fs/xfs/
Dxfs_health.c294 struct xfs_fsop_geom *geo, in xfgeo_health_tick()
309 struct xfs_fsop_geom *geo) in xfs_fsop_geom_health()
Dxfs_ioctl32.c37 struct xfs_fsop_geom fsgeo; in xfs_compat_ioc_fsgeometry_v1()
Dxfs_ioctl.c934 struct xfs_fsop_geom fsgeo; in xfs_ioc_fsgeometry()