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
104 for (i = 0; i < fsi->bool_num; i++) in selinux_fs_info_free()
328 unsigned int *bool_num, char ***bool_pending_names,
492 static void sel_remove_old_bool_data(unsigned int bool_num, char **bool_names, in sel_remove_old_bool_data() argument
498 for (i = 0; i < bool_num; i++) in sel_remove_old_bool_data()
510 unsigned int bool_num = 0; in sel_make_policy_nodes() local
533 ret = sel_make_bools(newpolicy, tmp_bool_dir, &bool_num, in sel_make_policy_nodes()
553 swap(fsi->bool_num, bool_num); in sel_make_policy_nodes()
571 sel_remove_old_bool_data(bool_num, bool_names, bool_values); in sel_make_policy_nodes()
1247 if (index >= fsi->bool_num || strcmp(name, in sel_read_bool()
[all …]