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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dselinuxfs.c773 static struct inode *sel_make_inode(struct super_block *sb, int mode) function
1016 inode = sel_make_inode(dir->d_sb, S_IFREG | S_IRUGO | S_IWUSR);
1235 inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode);
1284 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO);
1302 inode = sel_make_inode(dir->i_sb, S_IFDIR | S_IRUGO | S_IXUGO);
1367 inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO);

Completed in 16 milliseconds