Function report |
Source Code:security\selinux\selinuxfs.c |
Create Date:2022-07-28 19:07:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:declaration for sel_make_class_dirs
Proto:static struct dentry *sel_make_dir(struct dentry *dir, const char *name, unsigned long *ino)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dir | |
const char * | name | |
unsigned long * | ino |
1865 | dentry = d_alloc_name(dir, name) |
1871 | inode = sel_make_inode( The root of the dentry tree , S_IFDIR | S_IRUGO | S_IXUGO) |
1872 | If Not inode Then |
1877 | i_op = simple_dir_inode_operations |
1886 | Return dentry |
Name | Describe |
---|---|
sel_make_class_dir_entries | |
sel_make_classes | |
sel_fill_super |
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 |