xfs_alloc_file_space
int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset,
error = xfs_alloc_file_space(ip, offset, len);
error = xfs_alloc_file_space(XFS_I(inode), offset, len);
error = xfs_alloc_file_space(XFS_I(inode), offset, len);
DEFINE_INODE_EVENT(xfs_alloc_file_space);