Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_sb.h13 struct xfs_fsop_geom;
36 extern void xfs_fs_geometry(struct xfs_sb *sbp, 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.h180 struct xfs_fsop_geom { struct
836 #define XFS_IOC_FSGEOMETRY _IOR ('X', 126, struct xfs_fsop_geom)
Dxfs_sb.c1106 struct xfs_fsop_geom *geo, in xfs_fs_geometry()
1109 memset(geo, 0, sizeof(struct xfs_fsop_geom)); in xfs_fs_geometry()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_health.c287 struct xfs_fsop_geom *geo, in xfgeo_health_tick()
302 struct xfs_fsop_geom *geo) in xfs_fsop_geom_health()
Dxfs_ioctl32.c51 struct xfs_fsop_geom fsgeo; in xfs_compat_ioc_fsgeometry_v1()
Dxfs_ioctl.c1005 struct xfs_fsop_geom fsgeo; in xfs_ioc_fsgeometry()