Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/
Dselinuxfs.c66 static struct dentry *bool_dir; variable
1201 struct dentry *dir = bool_dir; in sel_make_bools()
1768 bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &sel_last_ino); in sel_fill_super()
1769 if (IS_ERR(bool_dir)) { in sel_fill_super()
1770 ret = PTR_ERR(bool_dir); in sel_fill_super()
1771 bool_dir = NULL; in sel_fill_super()