函数逻辑报告 |
Source Code:mm\filemap.c |
Create Date:2022-07-27 15:26:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Performs common checks before doing a file copy/clone* from @file_in to @file_out.
函数原型:int generic_file_rw_checks(struct file *file_in, struct file *file_out)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | file_in | |
struct file * | file_out |
3052 | inode_in等于file_inode(file_in) |
3053 | inode_out等于file_inode(file_out) |
3061 | 如果非f_mode按位与le is open for reading 的值或非f_mode按位与le is open for writing 的值或f_flags按位与O_APPEND则返回:负EBADF |
3066 | 返回:0 |
名称 | 描述 |
---|---|
generic_copy_file_checks | Performs necessary checks before doing a file copy* Can adjust amount of bytes to copy via @req_count argument.* Returns appropriate error code that caller should return or* zero in case the copy should be allowed. |
do_clone_file_range |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |