| Christoph Hellwig | a46db60 | 2011-01-07 13:02:04 +0000 | [diff] [blame] | 1 | #ifndef XFS_DISCARD_H | 
|  | 2 | #define XFS_DISCARD_H 1 | 
|  | 3 |  | 
|  | 4 | struct fstrim_range; | 
| Christoph Hellwig | e84661a | 2011-05-20 13:45:32 +0000 | [diff] [blame] | 5 | struct list_head; | 
| Christoph Hellwig | a46db60 | 2011-01-07 13:02:04 +0000 | [diff] [blame] | 6 |  | 
|  | 7 | extern int	xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *); | 
| Christoph Hellwig | e84661a | 2011-05-20 13:45:32 +0000 | [diff] [blame] | 8 | extern int	xfs_discard_extents(struct xfs_mount *, struct list_head *); | 
| Christoph Hellwig | a46db60 | 2011-01-07 13:02:04 +0000 | [diff] [blame] | 9 |  | 
|  | 10 | #endif /* XFS_DISCARD_H */ |