Searched refs:str_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | policydb.c | 1075 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read() function 1117 rc = str_read(&key, GFP_KERNEL, fp, len); in perm_read() 1156 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read() 1323 rc = str_read(&key, GFP_KERNEL, fp, len); in class_read() 1328 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read() 1414 rc = str_read(&key, GFP_KERNEL, fp, len); in role_read() 1480 rc = str_read(&key, GFP_KERNEL, fp, len); in type_read() 1544 rc = str_read(&key, GFP_KERNEL, fp, len); in user_read() 1589 rc = str_read(&key, GFP_ATOMIC, fp, len); in sens_read() 1631 rc = str_read( in cat_read() [all...] |
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | policydb.c | 1070 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read() function 1112 rc = str_read(&key, GFP_KERNEL, fp, len); in perm_read() 1151 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read() 1318 rc = str_read(&key, GFP_KERNEL, fp, len); in class_read() 1323 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read() 1410 rc = str_read(&key, GFP_KERNEL, fp, len); in role_read() 1477 rc = str_read(&key, GFP_KERNEL, fp, len); in type_read() 1542 rc = str_read(&key, GFP_KERNEL, fp, len); in user_read() 1587 rc = str_read(&key, GFP_KERNEL, fp, len); in sens_read() 1629 rc = str_read( in cat_read() [all...] |
Completed in 7 milliseconds