| Function report | 
| Source Code: fs\d_path.c | Create Date:2022-07-28 20:12:00 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__d_path - return the path of a dentry*@path: the dentry/vfsmount to report*@root: root vfsmnt/dentry*@buf: buffer to return value in*@buflen: buffer length* Convert a dentry into an ASCII path name
Proto:char *__d_path(const struct path *path, const struct path *root, char *buf, int buflen)
Type:char
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct path * | path | |
| const struct path * | root | |
| char * | buf | |
| int | buflen | 
| 188 | If error > 0 Then Return NULL | 
| 190 | Return res | 
| 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 |