Searched refs:str_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/security/selinux/ss/ |
D | policydb.c | 1087 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read() function 1127 rc = str_read(&key, GFP_KERNEL, fp, len); in perm_read() 1167 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read() 1336 rc = str_read(&key, GFP_KERNEL, fp, len); in class_read() 1341 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read() 1426 rc = str_read(&key, GFP_KERNEL, fp, len); in role_read() 1493 rc = str_read(&key, GFP_KERNEL, fp, len); in type_read() 1558 rc = str_read(&key, GFP_KERNEL, fp, len); in user_read() 1604 rc = str_read(&key, GFP_ATOMIC, fp, len); in sens_read() 1647 rc = str_read(&key, GFP_ATOMIC, fp, len); in cat_read() [all …]
|