Searched refs:sel_last_ino (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/security/selinux/ |
D | selinuxfs.c | 122 static unsigned long sel_last_ino = SEL_INO_NEXT - 1; variable 1465 inode->i_ino = ++sel_last_ino; in sel_make_avc_files() 1776 bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &sel_last_ino); in sel_fill_super() 1793 inode->i_ino = ++sel_last_ino; in sel_fill_super() 1803 dentry = sel_make_dir(sb->s_root, "avc", &sel_last_ino); in sel_fill_super() 1813 dentry = sel_make_dir(sb->s_root, "initial_contexts", &sel_last_ino); in sel_fill_super() 1823 class_dir = sel_make_dir(sb->s_root, "class", &sel_last_ino); in sel_fill_super() 1830 policycap_dir = sel_make_dir(sb->s_root, "policy_capabilities", &sel_last_ino); in sel_fill_super()
|