Searched refs:str_read (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/security/selinux/ss/
H A Dpolicydb.c1092 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) str_read() function
1132 rc = str_read(&key, GFP_KERNEL, fp, len); perm_read()
1172 rc = str_read(&key, GFP_KERNEL, fp, len); common_read()
1341 rc = str_read(&key, GFP_KERNEL, fp, len); class_read()
1346 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); class_read()
1431 rc = str_read(&key, GFP_KERNEL, fp, len); role_read()
1498 rc = str_read(&key, GFP_KERNEL, fp, len); type_read()
1563 rc = str_read(&key, GFP_KERNEL, fp, len); user_read()
1609 rc = str_read(&key, GFP_ATOMIC, fp, len); sens_read()
1652 rc = str_read(&key, GFP_ATOMIC, fp, len); cat_read()
1952 rc = str_read(&name, GFP_KERNEL, fp, len); filename_trans_read()
2022 rc = str_read(&newgenfs->fstype, GFP_KERNEL, fp, len); genfs_read()
2061 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); genfs_read()
2153 rc = str_read(&c->u.name, GFP_KERNEL, fp, len); ocontext_read()
2199 rc = str_read(&c->u.name, GFP_KERNEL, fp, len); ocontext_read()

Completed in 47 milliseconds