Home
last modified time | relevance | path

Searched refs:fstrim_range (Results 1 – 15 of 15) 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 */
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 Dfs.h81 struct fstrim_range { struct
318 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
/linux/fs/ntfs/
H A Dbitmap.c15 int ntfs_trim_fs(struct ntfs_volume *vol, struct fstrim_range *range) in ntfs_trim_fs()
/linux/fs/ntfs3/
H A Dfile.c64 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 Dbitmap.c1420 int ntfs_trim_fs(struct ntfs_sb_info *sbi, struct fstrim_range *range) in ntfs_trim_fs()
H A Dntfs_fs.h950 int ntfs_trim_fs(struct ntfs_sb_info *sbi, struct fstrim_range *range);
/linux/fs/fat/
H A Dfat.h400 extern int fat_trim_fs(struct inode *inode, struct fstrim_range *range);
/linux/fs/ext4/
H A Dext4.h3126 extern int ext4_trim_fs(struct super_block *, struct fstrim_range *);
H A Dmballoc.c7038 int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range) in ext4_trim_fs()
/linux/fs/btrfs/
H A Dioctl.c451 struct fstrim_range range; in btrfs_ioctl_fitrim()
H A Dextent-tree.c6852 int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range) in btrfs_trim_fs()