fstrim_range
int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range)
int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range);
struct fstrim_range range;
int exfat_trim_fs(struct inode *inode, struct fstrim_range *range)
int exfat_trim_fs(struct inode *inode, struct fstrim_range *range);
struct fstrim_range range;
if (copy_from_user(&range, (struct fstrim_range __user *)arg, sizeof(range)))
if (copy_to_user((struct fstrim_range __user *)arg, &range, sizeof(range)))
extern int ext4_trim_fs(struct super_block *, struct fstrim_range *);
struct fstrim_range range;
if (copy_from_user(&range, (struct fstrim_range __user *)arg,
if (copy_to_user((struct fstrim_range __user *)arg, &range,
int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range)
int f2fs_trim_fs(struct f2fs_sb_info *sbi, struct fstrim_range *range);
struct fstrim_range range;
if (copy_from_user(&range, (struct fstrim_range __user *)arg,
if (copy_to_user((struct fstrim_range __user *)arg, &range,
int f2fs_trim_fs(struct f2fs_sb_info *sbi, struct fstrim_range *range)
extern int fat_trim_fs(struct inode *inode, struct fstrim_range *range);
int fat_trim_fs(struct inode *inode, struct fstrim_range *range)
struct fstrim_range __user *user_range;
struct fstrim_range range;
user_range = (struct fstrim_range __user *)arg;
struct fstrim_range r;
struct fstrim_range range;
if (copy_from_user(&range, (struct fstrim_range __user *)arg, sizeof(range)))
if (copy_to_user((struct fstrim_range __user *)arg, &range, sizeof(range)))
struct fstrim_range range;
if (copy_from_user(&range, (struct fstrim_range __user *)arg,
if (copy_to_user((struct fstrim_range __user *)arg, &range,
int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range)
extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);
struct fstrim_range;
struct fstrim_range range;
int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range)
int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range);
int ntfs_trim_fs(struct ntfs_sb_info *sbi, struct fstrim_range *range)
struct fstrim_range __user *user_range;
struct fstrim_range range;
user_range = (struct fstrim_range __user *)arg;
int ntfs_trim_fs(struct ntfs_sb_info *sbi, struct fstrim_range *range);
int ocfs2_trim_mainbm(struct super_block *sb, struct fstrim_range *range)
int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range)
int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range);
struct fstrim_range range;
struct fstrim_range __user *urange)
struct fstrim_range range;
int xfs_ioc_trim(struct xfs_mount *mp, struct fstrim_range __user *fstrim);
struct fstrim_range;
#define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
#define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
#define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */