Function report |
Source Code:security\apparmor\file.c |
Create Date:2022-07-28 19:54:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:s_deleted - test if a file has been completely unlinked*@dentry: dentry of file to test for deletion (NOT NULL)* Returns: %1 if deleted else %0
Proto:static inline bool is_deleted(struct dentry *dentry)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry |
161 | If d_unlinked(dentry) && i_nlink == 0 Then Return 1 |
163 | 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 |