xfs_discard.h 229 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef XFS_DISCARD_H
  3. #define XFS_DISCARD_H 1
  4. struct fstrim_range;
  5. struct list_head;
  6. extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
  7. #endif /* XFS_DISCARD_H */