Searched refs:remap_file_range (Results 1 – 14 of 14) sorted by relevance
/linux/fs/ |
H A D | remap_range.c | 391 if (!file_in->f_op->remap_file_range) in vfs_clone_file_range() 403 ret = file_in->f_op->remap_file_range(file_in, pos_in, in vfs_clone_file_range() 475 if (!dst_file->f_op->remap_file_range) in vfs_dedupe_file_range_one() 483 ret = dst_file->f_op->remap_file_range(src_file, src_pos, dst_file, in vfs_dedupe_file_range_one() 518 if (!file->f_op->remap_file_range) in vfs_dedupe_file_range()
|
H A D | read_write.c | 1590 } else if (!splice && file_in->f_op->remap_file_range && samesb) { in vfs_copy_file_range() 1591 ret = file_in->f_op->remap_file_range(file_in, pos_in, in vfs_copy_file_range()
|
/linux/fs/smb/client/ |
H A D | cifsfs.c | 1548 .remap_file_range = cifs_remap_file_range, 1568 .remap_file_range = cifs_remap_file_range, 1587 .remap_file_range = cifs_remap_file_range, 1606 .remap_file_range = cifs_remap_file_range, 1624 .remap_file_range = cifs_remap_file_range, 1641 .remap_file_range = cifs_remap_file_range, 1653 .remap_file_range = cifs_remap_file_range,
|
/linux/fs/nfs/ |
H A D | nfs4file.c | 453 .remap_file_range = nfs42_remap_file_range,
|
/linux/scripts/coccinelle/api/ |
H A D | stream_open.cocci | 164 .remap_file_range = remap_file_range_f,
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 504 loff_t (*remap_file_range)(struct file *file_in, loff_t pos_in, 553 ->copy_file_range and ->remap_file_range implementations need to serialize 646 truncate/invalidate races or races with operations such as ->remap_file_range
|
H A D | vfs.rst | 1109 loff_t (*remap_file_range)(struct file *file_in, loff_t pos_in, 1216 ``remap_file_range``
|
H A D | porting.rst | 793 ->remap_file_range(). See Documentation/filesystems/vfs.rst for more
|
/linux/fs/overlayfs/ |
H A D | file.c | 671 .remap_file_range = ovl_remap_file_range,
|
/linux/fs/ocfs2/ |
H A D | file.c | 2818 .remap_file_range = ocfs2_remap_file_range, 2867 .remap_file_range = ocfs2_remap_file_range,
|
/linux/fs/xfs/ |
H A D | xfs_file.c | 1959 .remap_file_range = xfs_file_remap_range,
|
/linux/fs/bcachefs/ |
H A D | fs.c | 1752 .remap_file_range = bch2_remap_file_range,
|
/linux/include/linux/ |
H A D | fs.h | 2190 loff_t (*remap_file_range)(struct file *file_in, loff_t pos_in, member
|
/linux/fs/btrfs/ |
H A D | file.c | 3835 .remap_file_range = btrfs_remap_file_range,
|