Searched refs:str_read (Results 1 – 1 of 1) sorted by relevance
/security/selinux/ss/ |
D | policydb.c | 1088 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read() function 1128 rc = str_read(&key, GFP_KERNEL, fp, len); in perm_read() 1168 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read() 1337 rc = str_read(&key, GFP_KERNEL, fp, len); in class_read() 1342 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read() 1427 rc = str_read(&key, GFP_KERNEL, fp, len); in role_read() 1494 rc = str_read(&key, GFP_KERNEL, fp, len); in type_read() 1559 rc = str_read(&key, GFP_KERNEL, fp, len); in user_read() 1605 rc = str_read(&key, GFP_ATOMIC, fp, len); in sens_read() 1648 rc = str_read(&key, GFP_ATOMIC, fp, len); in cat_read() [all …]
|