162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef XFS_DISCARD_H 362306a36Sopenharmony_ci#define XFS_DISCARD_H 1 462306a36Sopenharmony_ci 562306a36Sopenharmony_cistruct fstrim_range; 662306a36Sopenharmony_cistruct xfs_mount; 762306a36Sopenharmony_cistruct xfs_busy_extents; 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciint xfs_discard_extents(struct xfs_mount *mp, struct xfs_busy_extents *busy); 1062306a36Sopenharmony_ciint xfs_ioc_trim(struct xfs_mount *mp, struct fstrim_range __user *fstrim); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* XFS_DISCARD_H */ 13