1 /* SPDX-License-Identifier: GPL-2.0 */
3 #define XFS_DISCARD_H 1
7 struct xfs_busy_extents
;
9 int xfs_discard_extents(struct xfs_mount
*mp
, struct xfs_busy_extents
*busy
);
10 int xfs_ioc_trim(struct xfs_mount
*mp
, struct fstrim_range __user
*fstrim
);
12 #endif /* XFS_DISCARD_H */