Function report |
Source Code:ipc\mqueue.c |
Create Date:2022-07-28 16:50:47 |
Last Modify:2020-03-17 23:00:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mqueue_unlink
Proto:static int mqueue_unlink(struct inode *dir, struct dentry *dentry)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | dir | |
struct dentry * | dentry |
547 | i_ctime = i_mtime = i_atime = current_time(dir) |
548 | i_size -= DIRENT_SIZE |
549 | drop_nlink(inode) |
551 | Return 0 |
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 |