Searched refs:sel_make_inode (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dselinuxfs.c783 static struct inode *sel_make_inode(struct super_block *sb, int mode) function
1013 inode = sel_make_inode(dir->d_sb, S_IFREG | S_IRUGO | S_IWUSR);
1236 inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode);
1286 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO);
1413 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO);
1445 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO);
1557 inode = sel_make_inode(policycap_dir->d_sb, S_IFREG | S_IRUGO);
1575 inode = sel_make_inode(dir->i_sb, S_IFDIR | S_IRUGO | S_IXUGO);
1641 inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO);

Completed in 63 milliseconds