xref: /linux/fs/xfs/xfs_discard.h (revision 26fbb4c8c7c3ee9a4c3b4de555a8587b5a19154e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef XFS_DISCARD_H
3 #define XFS_DISCARD_H 1
4 
5 struct fstrim_range;
6 struct list_head;
7 
8 extern int	xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
9 
10 #endif /* XFS_DISCARD_H */
11