Searched refs:str_read (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/security/selinux/ss/ |
| H A D | policydb.c | 1138 rc = str_read(&key, GFP_KERNEL, fp, len); in perm_read() 1177 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read() 1345 rc = str_read(&key, GFP_KERNEL, fp, len); in class_read() 1439 rc = str_read(&key, GFP_KERNEL, fp, len); in role_read() 1506 rc = str_read(&key, GFP_KERNEL, fp, len); in type_read() 1570 rc = str_read(&key, GFP_KERNEL, fp, len); in user_read() 1615 rc = str_read(&key, GFP_KERNEL, fp, len); in sens_read() 1652 rc = str_read(&key, GFP_KERNEL, fp, len); in cat_read() 1930 rc = str_read(&name, GFP_KERNEL, fp, len); in filename_trans_read_helper_compat() 2015 rc = str_read(&name, GFP_KERNEL, fp, len); in filename_trans_read_helper() [all …]
|
| H A D | policydb.h | 389 extern int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len);
|
| H A D | conditional.c | 234 rc = str_read(&key, GFP_KERNEL, fp, len); in cond_read_bool()
|