Searched refs:tmp_class_dir (Results 1 - 1 of 1) sorted by relevance

/linux-master/security/selinux/
H A Dselinuxfs.c508 struct dentry *tmp_parent, *tmp_bool_dir, *tmp_class_dir; local
526 tmp_class_dir = sel_make_dir(tmp_parent, CLASS_DIR_NAME, &tmp_ino);
527 if (IS_ERR(tmp_class_dir)) {
528 ret = PTR_ERR(tmp_class_dir);
537 ret = sel_make_classes(newpolicy, tmp_class_dir,
554 d_exchange(tmp_class_dir, fsi->class_dir);
555 fsi->class_dir = tmp_class_dir;

Completed in 103 milliseconds