Home
last modified time | relevance | path

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

/linux/security/selinux/
H A Dselinuxfs.c74 unsigned int bool_num; member
103 for (i = 0; i < fsi->bool_num; i++) in selinux_fs_info_free()
305 unsigned int *bool_num, char ***bool_pending_names,
451 static void sel_remove_old_bool_data(unsigned int bool_num, char **bool_names, in sel_remove_old_bool_data() argument
457 for (i = 0; i < bool_num; i++) in sel_remove_old_bool_data()
469 unsigned int bool_num = 0; in sel_make_policy_nodes() local
492 ret = sel_make_bools(newpolicy, tmp_bool_dir, &bool_num, in sel_make_policy_nodes()
512 swap(fsi->bool_num, bool_num); in sel_make_policy_nodes()
530 sel_remove_old_bool_data(bool_num, bool_names, bool_values); in sel_make_policy_nodes()
1113 if (index >= fsi->bool_num || strcmp(name, in sel_read_bool()
[all …]