Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mangle_path - mangle and copy path to buffer beginning*@s: buffer start*@p: beginning of path in above buffer*@esc: set of characters that need escaping* Copy the path from @p to @s, replacing each occurrence of character from*@esc with usual octal escape
Proto:char *mangle_path(char *s, const char *p, const char *esc)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | s | |
const char * | p | |
const char * | esc |
451 | Return NULL |
Name | Describe |
---|---|
seq_path | seq_path - seq_file interface to print a pathname*@m: the seq_file handle*@path: the struct path to print*@esc: set of characters to escape in the output* return the absolute path of 'path', as represented by the* dentry / mnt pair in the path parameter. |
seq_path_root | Same as seq_path, but relative to supplied root. |
seq_dentry | rns the path of the 'dentry' from the root of its filesystem. |
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 |