| Function report | 
| Source Code: include\linux\seq_file.h | Create Date:2022-07-28 05:48:04 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:seq_get_buf - get buffer to write arbitrary data to*@m: the seq_file handle*@bufp: the beginning of the buffer is stored here* Return the number of bytes available in the buffer, or zero if* there's no space.
Proto:static inline size_t seq_get_buf(struct seq_file *m, char **bufp)
Type:size_t
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct seq_file * | m | |
| char ** | bufp | 
| 69 | Else * bufp = NULL | 
| Name | Describe | 
|---|---|
| blkcg_print_stat | |
| seq_escape | seq_escape - print string into buffer, escaping some characters*@m: target buffer*@s: string*@esc: set of characters that need escaping* Puts string into buffer, replacing each occurrence of character from*@esc with usual octal escape. | 
| seq_escape_mem_ascii | |
| 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. | 
| seq_hex_dump | A complete analogue of print_hex_dump() | 
| 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 |