Searched refs:fstrim_range (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_discard.h | 8 struct fstrim_range; 11 extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);
|
| H A D | ioctl.c | 113 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 D | xfs_discard.h | 5 struct fstrim_range; 10 int xfs_ioc_trim(struct xfs_mount *mp, struct fstrim_range __user *fstrim);
|
| H A D | xfs_discard.c | 813 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 D | fs.h | 70 struct fstrim_range { struct 225 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 81 struct fstrim_range { struct 311 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
|
| /linux/fs/hpfs/ |
| H A D | super.c | 210 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 D | file.c | 746 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 D | bitmap.c | 1420 int ntfs_trim_fs(struct ntfs_sb_info *sbi, struct fstrim_range *range) in ntfs_trim_fs()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 3018 extern int ext4_trim_fs(struct super_block *, struct fstrim_range *);
|
| H A D | mballoc.c | 7037 int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range) in ext4_trim_fs()
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 413 struct fstrim_range range; in btrfs_ioctl_fitrim()
|
| H A D | extent-tree.c | 6835 int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range) in btrfs_trim_fs()
|