Searched refs:fstrim_range (Results 1 – 23 of 23) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_discard.h | 4 struct fstrim_range; 7 extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
|
D | xfs_discard.c | 157 struct fstrim_range __user *urange) in xfs_ioc_trim() 161 struct fstrim_range range; in xfs_ioc_trim()
|
/linux-4.4.14/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 | 135 struct fstrim_range range; in jfs_ioctl() 146 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in jfs_ioctl() 157 if (copy_to_user((struct fstrim_range __user *)arg, &range, in jfs_ioctl()
|
D | jfs_discard.c | 80 int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range) in jfs_ioc_trim()
|
/linux-4.4.14/include/uapi/linux/ |
D | fs.h | 42 struct fstrim_range { struct 161 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
|
/linux-4.4.14/fs/nilfs2/ |
D | sufile.h | 69 int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range);
|
D | ioctl.c | 1087 struct fstrim_range range; in nilfs_ioctl_trim_fs()
|
D | sufile.c | 1026 int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range) in nilfs_sufile_trim_fs()
|
/linux-4.4.14/fs/ext4/ |
D | ioctl.c | 593 struct fstrim_range range; in ext4_ioctl() 602 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in ext4_ioctl() 612 if (copy_to_user((struct fstrim_range __user *)arg, &range, in ext4_ioctl()
|
D | ext4.h | 2467 extern int ext4_trim_fs(struct super_block *, struct fstrim_range *);
|
D | mballoc.c | 5184 int ext4_trim_fs(struct super_block *sb, struct fstrim_range *range) in ext4_trim_fs()
|
/linux-4.4.14/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-4.4.14/fs/ocfs2/ |
D | alloc.h | 242 int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range);
|
D | ioctl.c | 930 struct fstrim_range range; in ocfs2_ioctl()
|
D | alloc.c | 7331 int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range) in ocfs2_trim_fs()
|
/linux-4.4.14/fs/f2fs/ |
D | file.c | 1498 struct fstrim_range range; in f2fs_ioc_fitrim() 1507 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in f2fs_ioc_fitrim() 1517 if (copy_to_user((struct fstrim_range __user *)arg, &range, in f2fs_ioc_fitrim()
|
D | f2fs.h | 1783 int f2fs_trim_fs(struct f2fs_sb_info *, struct fstrim_range *);
|
D | segment.c | 1131 int f2fs_trim_fs(struct f2fs_sb_info *sbi, struct fstrim_range *range) in f2fs_trim_fs()
|
/linux-4.4.14/fs/gfs2/ |
D | rgrp.c | 1367 struct fstrim_range r; in gfs2_fitrim()
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.h | 3565 int btrfs_trim_fs(struct btrfs_root *root, struct fstrim_range *range);
|
D | ioctl.c | 378 struct fstrim_range range; in btrfs_ioctl_fitrim()
|
D | extent-tree.c | 10637 int btrfs_trim_fs(struct btrfs_root *root, struct fstrim_range *range) in btrfs_trim_fs()
|