Home
last modified time | relevance | path

Searched refs:fstrim_range (Results 1 – 13 of 13) sorted by relevance

/linux/fs/jfs/
H A Djfs_discard.h8 struct fstrim_range;
11 extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);
H A Dioctl.c113 struct fstrim_range range; in jfs_ioctl()
124 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in jfs_ioctl()
135 if (copy_to_user((struct fstrim_range __user *)arg, &range, in jfs_ioctl()
/linux/fs/xfs/
H A Dxfs_discard.h5 struct fstrim_range;
10 int xfs_ioc_trim(struct xfs_mount *mp, struct fstrim_range __user *fstrim);
H A Dxfs_discard.c813 struct fstrim_range __user *urange) in xfs_ioc_trim()
818 struct fstrim_range range; in xfs_ioc_trim()
/linux/tools/include/uapi/linux/
H A Dfs.h70 struct fstrim_range { struct
225 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h81 struct fstrim_range { struct
311 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
/linux/fs/hpfs/
H A Dsuper.c210 struct fstrim_range range; in hpfs_ioctl()
215 if (copy_from_user(&range, (struct fstrim_range __user *)arg, sizeof(range))) in hpfs_ioctl()
221 if (copy_to_user((struct fstrim_range __user *)arg, &range, sizeof(range))) in hpfs_ioctl()
/linux/fs/ntfs/
H A Dfile.c746 struct fstrim_range __user *user_range; in ntfs_ioctl_fitrim()
747 struct fstrim_range range; in ntfs_ioctl_fitrim()
758 user_range = (struct fstrim_range __user *)arg; in ntfs_ioctl_fitrim()
/linux/fs/ntfs3/
H A Dbitmap.c1420 int ntfs_trim_fs(struct ntfs_sb_info *sbi, struct fstrim_range *range) in ntfs_trim_fs()
/linux/fs/ext4/
H A Dext4.h3018 extern int ext4_trim_fs(struct super_block *, struct fstrim_range *);
H A Dmballoc.c7037 int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range) in ext4_trim_fs()
/linux/fs/btrfs/
H A Dioctl.c413 struct fstrim_range range; in btrfs_ioctl_fitrim()
H A Dextent-tree.c6835 int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range) in btrfs_trim_fs()