]>
git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/xfs/xfs_discard.h
2 #define XFS_DISCARD_H 1
7 extern int xfs_ioc_trim(struct xfs_mount
*, struct fstrim_range __user
*);
8 extern int xfs_discard_extents(struct xfs_mount
*, struct list_head
*);
10 #endif /* XFS_DISCARD_H */