Lines Matching refs:sb
1086 static struct inode *sel_make_inode(struct super_block *sb, int mode) in sel_make_inode() argument
1088 struct inode *ret = new_inode(sb); in sel_make_inode()
1792 static int sel_fill_super(struct super_block *sb, void *data, int silent) in sel_fill_super() argument
1821 ret = simple_fill_super(sb, SELINUX_MAGIC, selinux_files); in sel_fill_super()
1825 bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &sel_last_ino); in sel_fill_super()
1833 dentry = d_alloc_name(sb->s_root, NULL_FILE_NAME); in sel_fill_super()
1838 inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO); in sel_fill_super()
1852 dentry = sel_make_dir(sb->s_root, "avc", &sel_last_ino); in sel_fill_super()
1862 dentry = sel_make_dir(sb->s_root, "initial_contexts", &sel_last_ino); in sel_fill_super()
1872 class_dir = sel_make_dir(sb->s_root, "class", &sel_last_ino); in sel_fill_super()
1879 policycap_dir = sel_make_dir(sb->s_root, "policy_capabilities", &sel_last_ino); in sel_fill_super()