Searched refs:remap_file_range (Results 1 – 11 of 11) sorted by relevance
/linux/fs/smb/client/ |
H A D | cifsfs.c | 1534 .remap_file_range = cifs_remap_file_range, 1554 .remap_file_range = cifs_remap_file_range, 1573 .remap_file_range = cifs_remap_file_range, 1592 .remap_file_range = cifs_remap_file_range, 1610 .remap_file_range = cifs_remap_file_range, 1627 .remap_file_range = cifs_remap_file_range, 1639 .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``
|
/linux/fs/overlayfs/ |
H A D | file.c | 671 .remap_file_range = ovl_remap_file_range,
|
/linux/fs/ |
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/xfs/ |
H A D | xfs_file.c | 1959 .remap_file_range = xfs_file_remap_range,
|
/linux/include/linux/ |
H A D | fs.h | 2121 * These flags control the behavior of the remap_file_range function pointer. 2190 loff_t (*remap_file_range)(struct file *file_in, loff_t pos_in, member
|
/linux/fs/bcachefs/ |
H A D | fs.c | 1752 .remap_file_range = bch2_remap_file_range,
|
/linux/fs/btrfs/ |
H A D | file.c | 3835 .remap_file_range = btrfs_remap_file_range,
|