函数逻辑报告 |
Source Code:include\linux\seq_file.h |
Create Date:2022-07-27 06:48:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:seq_commit - commit data to the buffer*@m: the seq_file handle*@num: the number of bytes to commit* Commit @num bytes of data written to a buffer previously acquired* by seq_buf_get. To signal an error condition, or that the data
函数原型:static inline void seq_commit(struct seq_file *m, int num)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | m | |
int | num |
86 | 如果num小于0则 |
88 | 否则 |
名称 | 描述 |
---|---|
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() |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |