xfs_growfs_log
#define XFS_IOC_FSGROWFSLOG _IOW ('X', 111, struct xfs_growfs_log)
XFS_CHECK_STRUCT_SIZE(struct xfs_growfs_log, 8);
struct xfs_growfs_log *in) /* growfs log input struct */
struct xfs_growfs_log *in)
int xfs_growfs_log(struct xfs_mount *mp, struct xfs_growfs_log *in);
struct xfs_growfs_log in;
error = xfs_growfs_log(mp, &in);