Searched refs:fstrim_range (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v4.19/fs/xfs/ |
D | xfs_discard.h | 5 struct fstrim_range; 8 extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
|
D | xfs_discard.c | 150 struct fstrim_range __user *urange) in xfs_ioc_trim() 154 struct fstrim_range range; in xfs_ioc_trim()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_discard.h | 21 struct fstrim_range; 24 extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);
|
D | ioctl.c | 134 struct fstrim_range range; in jfs_ioctl() 145 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in jfs_ioctl() 156 if (copy_to_user((struct fstrim_range __user *)arg, &range, in jfs_ioctl()
|
D | jfs_discard.c | 78 int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range) in jfs_ioc_trim()
|
/Linux-v4.19/include/uapi/linux/ |
D | fs.h | 53 struct fstrim_range { struct 240 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
|
/Linux-v4.19/fs/fat/ |
D | file.c | 127 struct fstrim_range __user *user_range; in fat_ioctl_fitrim() 128 struct fstrim_range range; in fat_ioctl_fitrim() 138 user_range = (struct fstrim_range __user *)arg; in fat_ioctl_fitrim()
|
D | fat.h | 365 extern int fat_trim_fs(struct inode *inode, struct fstrim_range *range);
|
D | fatent.c | 703 int fat_trim_fs(struct inode *inode, struct fstrim_range *range) in fat_trim_fs()
|
/Linux-v4.19/fs/nilfs2/ |
D | sufile.h | 55 int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range);
|
D | ioctl.c | 1077 struct fstrim_range range; in nilfs_ioctl_trim_fs()
|
D | sufile.c | 1017 int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range) in nilfs_sufile_trim_fs()
|
/Linux-v4.19/fs/hpfs/ |
D | super.c | 208 struct fstrim_range range; in hpfs_ioctl() 213 if (copy_from_user(&range, (struct fstrim_range __user *)arg, sizeof(range))) in hpfs_ioctl() 219 if (copy_to_user((struct fstrim_range __user *)arg, &range, sizeof(range))) in hpfs_ioctl()
|
/Linux-v4.19/fs/ext4/ |
D | ioctl.c | 910 struct fstrim_range range; in ext4_ioctl() 919 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in ext4_ioctl() 929 if (copy_to_user((struct fstrim_range __user *)arg, &range, in ext4_ioctl()
|
D | ext4.h | 2432 extern int ext4_trim_fs(struct super_block *, struct fstrim_range *);
|
D | mballoc.c | 5229 int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range) in ext4_trim_fs()
|
/Linux-v4.19/fs/ocfs2/ |
D | alloc.h | 244 int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range);
|
D | ioctl.c | 929 struct fstrim_range range; in ocfs2_ioctl()
|
D | alloc.c | 7539 int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range) in ocfs2_trim_fs()
|
/Linux-v4.19/fs/f2fs/ |
D | file.c | 1975 struct fstrim_range range; in f2fs_ioc_fitrim() 1984 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in f2fs_ioc_fitrim() 1999 if (copy_to_user((struct fstrim_range __user *)arg, &range, in f2fs_ioc_fitrim()
|
D | f2fs.h | 2920 int f2fs_trim_fs(struct f2fs_sb_info *sbi, struct fstrim_range *range);
|
D | segment.c | 2621 int f2fs_trim_fs(struct f2fs_sb_info *sbi, struct fstrim_range *range) in f2fs_trim_fs()
|
/Linux-v4.19/fs/gfs2/ |
D | rgrp.c | 1369 struct fstrim_range r; in gfs2_fitrim()
|
/Linux-v4.19/fs/btrfs/ |
D | ctree.h | 2790 int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range);
|
D | ioctl.c | 491 struct fstrim_range range; in btrfs_ioctl_fitrim()
|
12