Home
last modified time | relevance | path

Searched refs:fstrim_range (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_discard.h5 struct fstrim_range;
8 extern int xfs_ioc_trim(struct xfs_mount *, struct fstrim_range __user *);
H A Dxfs_discard.c153 struct fstrim_range __user *urange) in xfs_ioc_trim()
157 struct fstrim_range range; in xfs_ioc_trim()
/OK3568_Linux_fs/kernel/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.c126 struct fstrim_range range; in jfs_ioctl()
137 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in jfs_ioctl()
148 if (copy_to_user((struct fstrim_range __user *)arg, &range, in jfs_ioctl()
H A Djfs_discard.c65 int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range) in jfs_ioc_trim()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfs.h61 struct fstrim_range { struct
197 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfs.h61 struct fstrim_range { struct
197 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfs.h53 struct fstrim_range { struct
240 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfs.h53 struct fstrim_range { struct
240 #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */
/OK3568_Linux_fs/kernel/fs/fat/
H A Dfile.c128 struct fstrim_range __user *user_range; in fat_ioctl_fitrim()
129 struct fstrim_range range; in fat_ioctl_fitrim()
139 user_range = (struct fstrim_range __user *)arg; in fat_ioctl_fitrim()
H A Dfat.h393 extern int fat_trim_fs(struct inode *inode, struct fstrim_range *range);
H A Dfatent.c761 int fat_trim_fs(struct inode *inode, struct fstrim_range *range) in fat_trim_fs()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dsufile.h55 int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range);
H A Dioctl.c1071 struct fstrim_range range; in nilfs_ioctl_trim_fs()
H A Dsufile.c1022 int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range) in nilfs_sufile_trim_fs()
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dsuper.c208 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()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dalloc.h230 int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range);
H A Dioctl.c922 struct fstrim_range range; in ocfs2_ioctl()
H A Dalloc.c7521 int ocfs2_trim_mainbm(struct super_block *sb, struct fstrim_range *range) in ocfs2_trim_mainbm()
7644 int ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range) in ocfs2_trim_fs()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c1106 struct fstrim_range range; in __ext4_ioctl()
1122 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in __ext4_ioctl()
1130 if (copy_to_user((struct fstrim_range __user *)arg, &range, in __ext4_ioctl()
H A Dext4.h2856 extern int ext4_trim_fs(struct super_block *, struct fstrim_range *);
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c2342 struct fstrim_range range; in f2fs_ioc_fitrim()
2351 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in f2fs_ioc_fitrim()
2366 if (copy_to_user((struct fstrim_range __user *)arg, &range, in f2fs_ioc_fitrim()
H A Df2fs.h3617 int f2fs_trim_fs(struct f2fs_sb_info *sbi, struct fstrim_range *range);
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Drgrp.c1368 struct fstrim_range r; in gfs2_fitrim()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dctree.h2682 int btrfs_trim_fs(struct btrfs_fs_info *fs_info, struct fstrim_range *range);

12