Searched refs:sel_last_ino (Results 1 – 1 of 1) sorted by relevance
/security/selinux/ |
D | selinuxfs.c | 96 static unsigned long sel_last_ino = SEL_INO_NEXT - 1; variable 1512 inode->i_ino = ++sel_last_ino; in sel_make_avc_files() 1825 bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &sel_last_ino); in sel_fill_super() 1842 inode->i_ino = ++sel_last_ino; 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()
|