Searched refs:fstrim_range (Results 1 – 15 of 15) 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 */ 71 startfstrim_range global() argument 72 lenfstrim_range global() argument 73 minlenfstrim_range global() argument
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 81 struct fstrim_range { struct 318 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
|
| /linux/fs/ntfs/ |
| H A D | bitmap.c | 15 int ntfs_trim_fs(struct ntfs_volume *vol, struct fstrim_range *range) in ntfs_trim_fs()
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 64 struct fstrim_range __user *user_range; in ntfs_ioctl_fitrim() 65 struct fstrim_range range; in ntfs_ioctl_fitrim() 76 user_range = (struct fstrim_range __user *)arg; in ntfs_ioctl_fitrim()
|
| H A D | bitmap.c | 1420 int ntfs_trim_fs(struct ntfs_sb_info *sbi, struct fstrim_range *range) in ntfs_trim_fs()
|
| H A D | ntfs_fs.h | 950 int ntfs_trim_fs(struct ntfs_sb_info *sbi, struct fstrim_range *range);
|
| /linux/fs/fat/ |
| H A D | fat.h | 400 extern int fat_trim_fs(struct inode *inode, struct fstrim_range *range);
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 3126 extern int ext4_trim_fs(struct super_block *, struct fstrim_range *);
|
| H A D | mballoc.c | 7038 int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range) in ext4_trim_fs()
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 451 struct fstrim_range range; in btrfs_ioctl_fitrim()
|
| H A D | extent-tree.c | 6852 int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range) in btrfs_trim_fs()
|