函数逻辑报告 |
Source Code:fs\read_write.c |
Create Date:2022-07-29 10:31:33 |
Last Modify:2020-03-18 10:18:51 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Check whether we are allowed to dedupe the destination file
函数原型:static bool allow_file_dedupe(struct file *file)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | file |
2087 | 如果操作权限检查则返回:true |
2089 | 如果f_mode按位与le is open for writing 则返回:true |
2091 | 如果uid_eq(current_fsuid(), i_uid)则返回:true |
2093 | 如果非inode_permission(file_inode(file), MAY_WRITE)则返回:true |
2095 | 返回:false |
名称 | 描述 |
---|---|
vfs_dedupe_file_range_one |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |