| Function report | 
| Source Code: fs\namei.c | Create Date:2022-07-28 20:05:17 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:do_symlinkat
Proto:long do_symlinkat(const char __user *oldname, int newdfd, const char __user *newname)
Type:long
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const char __user * | oldname | |
| int | newdfd | |
| const char __user * | newname | 
| 4084 | lookup_flags = 0 | 
| 4089 | retry : | 
| 4090 | dentry = user_path_create(newdfd, newname, & path, lookup_flags) | 
| 4092 | If IS_ERR(dentry) Then Go to out_putname | 
| 4095 | error = security_path_symlink( & path, dentry, pointer to actual string ) | 
| 4096 | If Not error Then error = vfs_symlink( Where the name belongs to - NULL is * negative , dentry, pointer to actual string ) | 
| 4098 | done_path_create( & path, dentry) | 
| 4101 | Go to retry | 
| 4103 | out_putname : | 
| 4105 | Return error | 
| Name | Describe | 
|---|---|
| SYSCALL_DEFINE3 | |
| SYSCALL_DEFINE2 | |
| ksys_symlink | 
| 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 |