| 函数逻辑报告 | 
| Source Code: fs\open.c | Create Date:2022-07-29 10:31:00 | 
| Last Modify:2020-03-18 10:16:03 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:dentry_open
函数原型:struct file *dentry_open(const struct path *path, int flags, const struct cred *cred)
返回类型:struct file
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| const struct path * | path | |
| int | flags | |
| const struct cred * | cred | 
| 923 | validate_creds(cred) | 
| 928 | f等于le_table.c | 
| 929 | 如果非是错误则 | 
| 930 | error等于vfs_open - open the file at the given path*@path: path to open*@file: newly allocated file with f_flag initialized*@cred: credentials to use | 
| 931 | 如果error则 | 
| 936 | 返回:f | 
| 名称 | 描述 | 
|---|---|
| flush_unauthorized_files | Derived from fs/exec.c:flush_old_files. | 
| aa_inherit_files | ased on selinux's flush_unauthorized_files | 
| ima_calc_file_hash | ma_calc_file_hash - calculate file hash* Asynchronous hash (ahash) allows using HW acceleration for calculating* a hash. ahash performance varies for different data sizes on different* crypto accelerators | 
| open_detached_copy | |
| SYSCALL_DEFINE3 | |
| SYSCALL_DEFINE3 | Create a kernel mount representation for a new, prepared superblock* (specified by fs_fd) and attach to an open_tree-like file descriptor. | 
| open_related_ns | |
| create_fd | |
| file_clone_open | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |