/kernel/linux/linux-5.10/fs/ |
H A D | remap_range.c | 29 generic_remap_checks(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *req_count, unsigned int remap_flags) generic_remap_checks() argument 135 generic_remap_check_len(struct inode *inode_in, struct inode *inode_out, loff_t pos_out, loff_t *len, unsigned int remap_flags) generic_remap_check_len() argument 293 generic_remap_file_range_prep(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *len, unsigned int remap_flags) generic_remap_file_range_prep() argument 376 do_clone_file_range(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) do_clone_file_range() argument 418 vfs_clone_file_range(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) vfs_clone_file_range() argument 447 vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos, struct file *dst_file, loff_t dst_pos, loff_t len, unsigned int remap_flags) vfs_dedupe_file_range_one() argument [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4file.c | 244 nfs42_remap_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, loff_t count, unsigned int remap_flags) nfs42_remap_file_range() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | remap_range.c | 31 generic_remap_checks(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *req_count, unsigned int remap_flags) generic_remap_checks() argument 127 generic_remap_check_len(struct inode *inode_in, struct inode *inode_out, loff_t pos_out, loff_t *len, unsigned int remap_flags) generic_remap_check_len() argument 271 __generic_remap_file_range_prep(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *len, unsigned int remap_flags, const struct iomap_ops *dax_read_ops) __generic_remap_file_range_prep() argument 361 generic_remap_file_range_prep(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *len, unsigned int remap_flags) generic_remap_file_range_prep() argument 370 do_clone_file_range(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) do_clone_file_range() argument 407 vfs_clone_file_range(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) vfs_clone_file_range() argument 439 vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos, struct file *dst_file, loff_t dst_pos, loff_t len, unsigned int remap_flags) vfs_dedupe_file_range_one() argument [all...] |
H A D | dax.c | 2059 dax_remap_file_range_prep(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *len, unsigned int remap_flags, const struct iomap_ops *ops) dax_remap_file_range_prep() argument
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | file.c | 756 ovl_remap_file_range(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) ovl_remap_file_range() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4file.c | 239 nfs42_remap_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, loff_t count, unsigned int remap_flags) nfs42_remap_file_range() argument
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | file.c | 676 ovl_remap_file_range(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) ovl_remap_file_range() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | reflink.c | 746 btrfs_remap_file_range_prep(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *len, unsigned int remap_flags) btrfs_remap_file_range_prep() argument 836 btrfs_remap_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, loff_t len, unsigned int remap_flags) btrfs_remap_file_range() argument
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_file.c | 1074 xfs_file_remap_range( struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) xfs_file_remap_range() argument
|
H A D | xfs_reflink.c | 918 xfs_reflink_update_dest( struct xfs_inode *dest, xfs_off_t newlen, xfs_extlen_t cowextsize, unsigned int remap_flags) xfs_reflink_update_dest() argument 1282 xfs_reflink_remap_prep( struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *len, unsigned int remap_flags) xfs_reflink_remap_prep() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | reflink.c | 794 btrfs_remap_file_range_prep(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *len, unsigned int remap_flags) btrfs_remap_file_range_prep() argument 882 btrfs_remap_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, loff_t len, unsigned int remap_flags) btrfs_remap_file_range() argument
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_file.c | 1161 xfs_file_remap_range( struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) xfs_file_remap_range() argument
|
H A D | xfs_reflink.c | 1079 xfs_reflink_update_dest( struct xfs_inode *dest, xfs_off_t newlen, xfs_extlen_t cowextsize, unsigned int remap_flags) xfs_reflink_update_dest() argument 1474 xfs_reflink_remap_prep( struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t *len, unsigned int remap_flags) xfs_reflink_remap_prep() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsfs.c | 1084 cifs_remap_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, loff_t len, unsigned int remap_flags) cifs_remap_file_range() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | file.c | 2643 ocfs2_remap_file_range(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) ocfs2_remap_file_range() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.c | 2674 ocfs2_remap_file_range(struct file *file_in, loff_t pos_in, struct file *file_out, loff_t pos_out, loff_t len, unsigned int remap_flags) ocfs2_remap_file_range() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsfs.c | 1265 cifs_remap_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, loff_t len, unsigned int remap_flags) cifs_remap_file_range() argument
|