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:Write full pathname from the root of the filesystem into the buffer.
Proto:static char *__dentry_path(struct dentry *d, char *buf, int buflen)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | d | |
char * | buf | |
int | buflen |
329 | seq = 0 |
330 | error = 0 |
336 | restart : |
343 | retval = '/' |
346 | parent = parent directory |
350 | If error Then Break |
358 | If need_seqretry( & rename_lock, seq) Then |
362 | done_seqretry( & rename_lock, seq) |
365 | Return retval |
366 | Elong : |
367 | Return ERR_PTR( - ENAMETOOLONG) |
Name | Describe |
---|---|
dentry_path_raw | |
dentry_path |
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 |