Function report | 
Source Code:fs\read_write.c | 
Create Date:2022-07-28 20:01:30 | 
| Last Modify:2020-03-18 10:18:51 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:do_clone_file_range
Proto:loff_t 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)
Type:loff_t
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct file * | file_in | |
| loff_t | pos_in | |
| struct file * | file_out | |
| loff_t | pos_out | |
| loff_t | len | |
| unsigned int | remap_flags | 
| 2047 | If Not remap_file_range Then Return -EOPNOTSUPP | 
| 2050 | ret = remap_verify_area(file_in, pos_in, len, false) | 
| 2054 | ret = remap_verify_area(file_out, pos_out, len, true) | 
| 2058 | ret = remap_file_range(file_in, pos_in, file_out, pos_out, len, remap_flags) | 
| 2065 | Return ret | 
| Name | Describe | 
|---|---|
| vfs_clone_file_range | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |