Searched refs:remap_file_range (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/fs/ |
D | remap_range.c | 385 if (!file_in->f_op->remap_file_range) in do_clone_file_range() 396 ret = file_in->f_op->remap_file_range(file_in, pos_in, in do_clone_file_range() 477 if (!dst_file->f_op->remap_file_range) in vfs_dedupe_file_range_one() 485 ret = dst_file->f_op->remap_file_range(src_file, src_pos, dst_file, in vfs_dedupe_file_range_one() 520 if (!file->f_op->remap_file_range) in vfs_dedupe_file_range()
|
D | read_write.c | 1515 if (!splice && file_in->f_op->remap_file_range && in vfs_copy_file_range() 1517 ret = file_in->f_op->remap_file_range(file_in, pos_in, in vfs_copy_file_range()
|
/linux-6.6.21/fs/smb/client/ |
D | cifsfs.c | 1529 .remap_file_range = cifs_remap_file_range, 1549 .remap_file_range = cifs_remap_file_range, 1568 .remap_file_range = cifs_remap_file_range, 1587 .remap_file_range = cifs_remap_file_range, 1605 .remap_file_range = cifs_remap_file_range, 1622 .remap_file_range = cifs_remap_file_range, 1634 .remap_file_range = cifs_remap_file_range,
|
/linux-6.6.21/scripts/coccinelle/api/ |
D | stream_open.cocci | 165 .remap_file_range = remap_file_range_f,
|
/linux-6.6.21/fs/nfs/ |
D | nfs4file.c | 465 .remap_file_range = nfs42_remap_file_range,
|
/linux-6.6.21/Documentation/filesystems/ |
D | locking.rst | 549 loff_t (*remap_file_range)(struct file *file_in, loff_t pos_in, 598 ->copy_file_range and ->remap_file_range implementations need to serialize 691 truncate/invalidate races or races with operations such as ->remap_file_range
|
D | vfs.rst | 1107 loff_t (*remap_file_range)(struct file *file_in, loff_t pos_in, 1209 ``remap_file_range``
|
D | porting.rst | 793 ->remap_file_range(). See Documentation/filesystems/vfs.rst for more
|
/linux-6.6.21/fs/overlayfs/ |
D | file.c | 738 .remap_file_range = ovl_remap_file_range,
|
/linux-6.6.21/fs/xfs/ |
D | xfs_file.c | 1500 .remap_file_range = xfs_file_remap_range,
|
/linux-6.6.21/fs/ocfs2/ |
D | file.c | 2790 .remap_file_range = ocfs2_remap_file_range, 2837 .remap_file_range = ocfs2_remap_file_range,
|
/linux-6.6.21/include/linux/ |
D | fs.h | 1949 loff_t (*remap_file_range)(struct file *file_in, loff_t pos_in, member
|
/linux-6.6.21/fs/btrfs/ |
D | file.c | 3837 .remap_file_range = btrfs_remap_file_range,
|