Function report |
Source Code:fs\namei.c |
Create Date:2022-07-28 20:05:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:path_openat
Proto:static struct file *path_openat(struct nameidata *nd, const struct open_flags *op, unsigned flags)
Type:struct file
Parameter:
Type | Parameter | Name |
---|---|---|
struct nameidata * | nd | |
const struct open_flags * | op | |
unsigned | flags |
3471 | Else if Value for the false possibility is greater at compile time(f_flags & O_PATH) Then |
3473 | Else |
3477 | flags &= ~( ... in open | ... in object creation | ... in exclusive creation ) |
3478 | s = trailing_symlink(nd) |
3480 | terminate_walk(nd) |
3482 | If Value is more likely to compile time(!error) Then |
3483 | If Value is more likely to compile time(f_mode & FMODE_OPENED) Then Return file |
3485 | WARN_ON(1) |
3489 | If error == -pen found a stale dentry Then |
Name | Describe |
---|---|
do_filp_open | |
do_file_open_root |
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 |