函数逻辑报告 |
Source Code:fs\libfs.c |
Create Date:2022-07-29 10:40:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:simple_rename
函数原型:int simple_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | old_dir | |
struct dentry * | old_dentry | |
struct inode * | new_dir | |
struct dentry * | new_dentry | |
unsigned int | flags |
382 | inode等于获得目录项的索引节点 |
383 | they_are_dirs等于d_is_dir(old_dentry) |
385 | 如果flags按位与Don't overwrite target 的反则返回:负EINVAL |
388 | 如果非simple_empty(new_dentry)则返回:负ENOTEMPTY |
397 | 否则如果they_are_dirs则 |
405 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |