Function report |
Source Code:fs\read_write.c |
Create Date:2022-07-28 20:01:29 |
Last Modify:2020-03-18 10:18:51 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:SYSCALL_DEFINE6
Proto:SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, int, fd_out, loff_t __user *, off_out, size_t, len, unsigned int, flags)
Type:
Parameter:Nothing
1709 | If off_in Then |
1712 | Else |
1716 | If off_out Then |
1719 | Else |
1723 | ret = py_file_range() differs from regular file read and write in that it* specifically allows return partial success. When it does so is up to* the copy_file_range method. |
1725 | If ret > 0 Then |
1744 | out : |
1746 | out1 : |
1748 | out2 : |
1749 | Return ret |
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 |