| Function report | 
| Source Code: fs\open.c | Create Date:2022-07-28 20:00:58 | 
| Last Modify:2020-03-18 10:16:03 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:open_with_fake_path
Proto:struct file *open_with_fake_path(const struct path *path, int flags, struct inode *inode, const struct cred *cred)
Type:struct file
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct path * | path | |
| int | flags | |
| struct inode * | inode | |
| const struct cred * | cred | 
| 943 | f = alloc_empty_file_noaccount(flags, cred) | 
| 948 | error = do_dentry_open(f, inode, NULL) | 
| 949 | If error Then | 
| 954 | Return f | 
| 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 |