Remove the XFS_IOC_ALLOCSP* and XFS_IOC_FREESP* ioctl families. Linux has always used fallocate as the space management system call, whereas these Irix legacy ioctls only ever worked on XFS, and have been the cause of recent stale data disclosure vulnerabilities. As equivalent functionality is available elsewhere, remove the code.