Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/
Dselinuxfs.c66 static struct dentry *bool_dir; variable
1209 struct dentry *dir = bool_dir; in sel_make_bools()
1776 bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &sel_last_ino); in sel_fill_super()
1777 if (IS_ERR(bool_dir)) { in sel_fill_super()
1778 ret = PTR_ERR(bool_dir); in sel_fill_super()
1779 bool_dir = NULL; in sel_fill_super()