fstrim_range     2496 fs/btrfs/ctree.h int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range);
fstrim_range     5643 fs/btrfs/extent-tree.c int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range)
fstrim_range      488 fs/btrfs/ioctl.c 	struct fstrim_range range;
fstrim_range     2573 fs/ext4/ext4.h extern int ext4_trim_fs(struct super_block *, struct fstrim_range *);
fstrim_range     1103 fs/ext4/ioctl.c 		struct fstrim_range range;
fstrim_range     1119 fs/ext4/ioctl.c 		if (copy_from_user(&range, (struct fstrim_range __user *)arg,
fstrim_range     1129 fs/ext4/ioctl.c 		if (copy_to_user((struct fstrim_range __user *)arg, &range,
fstrim_range     5262 fs/ext4/mballoc.c int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range)
fstrim_range     3115 fs/f2fs/f2fs.h int f2fs_trim_fs(struct f2fs_sb_info *sbi, struct fstrim_range *range);
fstrim_range     2126 fs/f2fs/file.c 	struct fstrim_range range;
fstrim_range     2135 fs/f2fs/file.c 	if (copy_from_user(&range, (struct fstrim_range __user *)arg,
fstrim_range     2150 fs/f2fs/file.c 	if (copy_to_user((struct fstrim_range __user *)arg, &range,
fstrim_range     2815 fs/f2fs/segment.c int f2fs_trim_fs(struct f2fs_sb_info *sbi, struct fstrim_range *range)
fstrim_range      393 fs/fat/fat.h   extern int fat_trim_fs(struct inode *inode, struct fstrim_range *range);
fstrim_range      704 fs/fat/fatent.c int fat_trim_fs(struct inode *inode, struct fstrim_range *range)
fstrim_range      128 fs/fat/file.c  	struct fstrim_range __user *user_range;
fstrim_range      129 fs/fat/file.c  	struct fstrim_range range;
fstrim_range      139 fs/fat/file.c  	user_range = (struct fstrim_range __user *)arg;
fstrim_range     1402 fs/gfs2/rgrp.c 	struct fstrim_range r;
fstrim_range      209 fs/hpfs/super.c 			struct fstrim_range range;
fstrim_range      214 fs/hpfs/super.c 			if (copy_from_user(&range, (struct fstrim_range __user *)arg, sizeof(range)))
fstrim_range      220 fs/hpfs/super.c 			if (copy_to_user((struct fstrim_range __user *)arg, &range, sizeof(range)))
fstrim_range      126 fs/jfs/ioctl.c 		struct fstrim_range range;
fstrim_range      137 fs/jfs/ioctl.c 		if (copy_from_user(&range, (struct fstrim_range __user *)arg,
fstrim_range      148 fs/jfs/ioctl.c 		if (copy_to_user((struct fstrim_range __user *)arg, &range,
fstrim_range       65 fs/jfs/jfs_discard.c int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range)
fstrim_range        8 fs/jfs/jfs_discard.h struct fstrim_range;
fstrim_range       11 fs/jfs/jfs_discard.h extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);
fstrim_range     1072 fs/nilfs2/ioctl.c 	struct fstrim_range range;
fstrim_range     1017 fs/nilfs2/sufile.c int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range)
fstrim_range       55 fs/nilfs2/sufile.h int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range);
fstrim_range     7544 fs/ocfs2/alloc.c int ocfs2_trim_mainbm(struct super_block *sb, struct fstrim_range *range)
fstrim_range     7665 fs/ocfs2/alloc.c int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range)
fstrim_range      230 fs/ocfs2/alloc.h int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range);
fstrim_range      922 fs/ocfs2/ioctl.c 		struct fstrim_range range;
fstrim_range      148 fs/xfs/xfs_discard.c 	struct fstrim_range __user	*urange)
fstrim_range      152 fs/xfs/xfs_discard.c 	struct fstrim_range	range;
fstrim_range        5 fs/xfs/xfs_discard.h struct fstrim_range;
fstrim_range        8 fs/xfs/xfs_discard.h extern int	xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
fstrim_range      197 include/uapi/linux/fs.h #define FITRIM		_IOWR('X', 121, struct fstrim_range)	/* Trim */
fstrim_range      197 tools/include/uapi/linux/fs.h #define FITRIM		_IOWR('X', 121, struct fstrim_range)	/* Trim */