xfs_alloc_fix_freelist
error = xfs_alloc_fix_freelist(args, alloc_flags);
error = xfs_alloc_fix_freelist(&args, XFS_ALLOC_FLAG_FREEING);
int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, uint32_t alloc_flags);
return xfs_alloc_fix_freelist(&args, alloc_flags);