Home
last modified time | relevance | path

Searched refs:sel_last_ino (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/security/selinux/
Dselinuxfs.c122 static unsigned long sel_last_ino = SEL_INO_NEXT - 1; variable
1457 inode->i_ino = ++sel_last_ino; in sel_make_avc_files()
1768 bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &sel_last_ino); in sel_fill_super()
1785 inode->i_ino = ++sel_last_ino; in sel_fill_super()
1795 dentry = sel_make_dir(sb->s_root, "avc", &sel_last_ino); in sel_fill_super()
1805 dentry = sel_make_dir(sb->s_root, "initial_contexts", &sel_last_ino); in sel_fill_super()
1815 class_dir = sel_make_dir(sb->s_root, "class", &sel_last_ino); in sel_fill_super()
1822 policycap_dir = sel_make_dir(sb->s_root, "policy_capabilities", &sel_last_ino); in sel_fill_super()