Function report |
Source Code:fs\d_path.c |
Create Date:2022-07-28 20:12:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dentry_path
Proto:char *dentry_path(struct dentry *dentry, char *buf, int buflen)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry | |
char * | buf | |
int | buflen |
378 | char * p = NULL |
381 | If d_unlinked(dentry) Then |
385 | buflen++ |
390 | Return retval |
391 | Elong : |
392 | Return ERR_PTR( - ENAMETOOLONG) |
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 |