Function report |
Source Code:fs\notify\inotify\inotify_user.c |
Create Date:2022-07-28 20:17:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_inode - resolve a user-given path to a specific inode
Proto:static int inotify_find_inode(const char __user *dirname, struct path *path, unsigned int flags, __u64 mask)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char __user * | dirname | |
struct path * | path | |
unsigned int | flags | |
__u64 | mask |
340 | error = user_path_at(Special value used to indicateopenat should use the currentworking directory. , dirname, flags, path) |
345 | If error Then |
347 | Return error |
351 | If error Then path_put - put a reference to a path*@path: path to put the reference to* Given a path decrement the reference count to the dentry and the vfsmount. |
354 | Return error |
Name | Describe |
---|---|
SYSCALL_DEFINE3 |
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 |