Searched refs:str_read (Results 1 – 2 of 2) sorted by relevance
/linux/security/selinux/ss/ |
H A D | policydb.c | 1103 int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len) in str_read() function 1145 rc = str_read(&key, GFP_KERNEL, fp, len); in perm_read() 1184 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read() 1352 rc = str_read(&key, GFP_KERNEL, fp, len); in class_read() 1357 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read() 1446 rc = str_read(&key, GFP_KERNEL, fp, len); in role_read() 1513 rc = str_read(&key, GFP_KERNEL, fp, len); in type_read() 1577 rc = str_read(&key, GFP_KERNEL, fp, len); in user_read() 1622 rc = str_read(&key, GFP_KERNEL, fp, len); in sens_read() 1659 rc = str_read(&key, GFP_KERNEL, fp, len); in cat_read() [all …]
|
H A D | policydb.h | 391 extern int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len);
|