函数逻辑报告 |
Source Code:ipc\mqueue.c |
Create Date:2022-07-27 18:26:30 |
Last Modify:2020-03-17 23:00:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:SYSCALL_DEFINE1
函数原型:SYSCALL_DEFINE1(mq_unlink, const char __user *, u_name)
返回类型:
参数:无
871 | err等于mnt_want_write(mnt) |
875 | dentry等于lookup_one_len( pointer to actual string , root of the mounted tree , strlen - Find the length of a string*@s: The string to be sized) |
877 | 如果是错误则 |
879 | 转到:out_unlock |
882 | inode等于获得目录项的索引节点 |
883 | 如果非inode则 |
885 | 否则 |
887 | err等于vfs_unlink(获得目录项的索引节点, dentry, NULL) |
891 | out_unlock : |
892 | inode_unlock(获得目录项的索引节点) |
895 | mnt_drop_write(mnt) |
896 | out_name : |
899 | 返回:err |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |