xfs_growfs_data 787 fs/xfs/libxfs/xfs_fs.h #define XFS_IOC_FSGROWFSDATA _IOW ('X', 110, struct xfs_growfs_data) xfs_growfs_data 224 fs/xfs/xfs_fsops.c struct xfs_growfs_data *in) xfs_growfs_data 9 fs/xfs/xfs_fsops.h extern int xfs_growfs_data(xfs_mount_t *mp, xfs_growfs_data_t *in); xfs_growfs_data 2324 fs/xfs/xfs_ioctl.c error = xfs_growfs_data(mp, &in); xfs_growfs_data 62 fs/xfs/xfs_ioctl32.c struct xfs_growfs_data *in, xfs_growfs_data 578 fs/xfs/xfs_ioctl32.c struct xfs_growfs_data in; xfs_growfs_data 585 fs/xfs/xfs_ioctl32.c error = xfs_growfs_data(mp, &in);