1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef XFS_DISCARD_H 1 #ifndef XFS_DISCARD_H 3 #define XFS_DISCARD_H 1 2 #define XFS_DISCARD_H 1 4 3 5 struct fstrim_range; 4 struct fstrim_range; 6 struct xfs_mount; !! 5 struct list_head; 7 struct xfs_busy_extents; << 8 6 9 int xfs_discard_extents(struct xfs_mount *mp, !! 7 extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *); 10 int xfs_ioc_trim(struct xfs_mount *mp, struct << 11 8 12 #endif /* XFS_DISCARD_H */ 9 #endif /* XFS_DISCARD_H */ 13 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.