Lines Matching refs:GFP_KERNEL

182 	role = kzalloc(sizeof(*role), GFP_KERNEL);  in roles_init()
192 key = kstrdup(OBJECT_R, GFP_KERNEL); in roles_init()
344 GFP_KERNEL | __GFP_ZERO)) in common_index()
361 GFP_KERNEL | __GFP_ZERO)) in class_index()
382 GFP_KERNEL | __GFP_ZERO)) in role_index()
404 GFP_KERNEL | __GFP_ZERO)) in type_index()
409 GFP_KERNEL | __GFP_ZERO)) in type_index()
431 GFP_KERNEL | __GFP_ZERO)) in user_index()
452 GFP_KERNEL | __GFP_ZERO)) in sens_index()
473 GFP_KERNEL | __GFP_ZERO)) in cat_index()
545 GFP_KERNEL); in policydb_index()
552 GFP_KERNEL); in policydb_index()
559 GFP_KERNEL); in policydb_index()
567 GFP_KERNEL | __GFP_ZERO); in policydb_index()
572 p->p_types.nprim, GFP_KERNEL | __GFP_ZERO); in policydb_index()
584 GFP_KERNEL | __GFP_ZERO); in policydb_index()
590 GFP_KERNEL | __GFP_ZERO); in policydb_index()
1121 perdatum = kzalloc(sizeof(*perdatum), GFP_KERNEL); in perm_read()
1132 rc = str_read(&key, GFP_KERNEL, fp, len); in perm_read()
1155 comdatum = kzalloc(sizeof(*comdatum), GFP_KERNEL); in common_read()
1172 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read()
1228 c = kzalloc(sizeof(*c), GFP_KERNEL); in read_cons_helper()
1245 e = kzalloc(sizeof(*e), GFP_KERNEL); in read_cons_helper()
1290 GFP_KERNEL); in read_cons_helper()
1321 cladatum = kzalloc(sizeof(*cladatum), GFP_KERNEL); in class_read()
1341 rc = str_read(&key, GFP_KERNEL, fp, len); in class_read()
1346 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read()
1415 role = kzalloc(sizeof(*role), GFP_KERNEL); in role_read()
1431 rc = str_read(&key, GFP_KERNEL, fp, len); in role_read()
1472 typdatum = kzalloc(sizeof(*typdatum), GFP_KERNEL); in type_read()
1498 rc = str_read(&key, GFP_KERNEL, fp, len); in type_read()
1547 usrdatum = kzalloc(sizeof(*usrdatum), GFP_KERNEL); in user_read()
1563 rc = str_read(&key, GFP_KERNEL, fp, len); in user_read()
1859 rt = kzalloc(sizeof(*rt), GFP_KERNEL); in range_read()
1884 r = kzalloc(sizeof(*r), GFP_KERNEL); in range_read()
1936 ft = kzalloc(sizeof(*ft), GFP_KERNEL); in filename_trans_read()
1941 otype = kmalloc(sizeof(*otype), GFP_KERNEL); in filename_trans_read()
1952 rc = str_read(&name, GFP_KERNEL, fp, len); in filename_trans_read()
2018 newgenfs = kzalloc(sizeof(*newgenfs), GFP_KERNEL); in genfs_read()
2022 rc = str_read(&newgenfs->fstype, GFP_KERNEL, fp, len); in genfs_read()
2057 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read()
2061 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); in genfs_read()
2126 c = kzalloc(sizeof(*c), GFP_KERNEL); in ocontext_read()
2153 rc = str_read(&c->u.name, GFP_KERNEL, fp, len); in ocontext_read()
2199 rc = str_read(&c->u.name, GFP_KERNEL, fp, len); in ocontext_read()
2272 policydb_str = kmalloc(len + 1, GFP_KERNEL); in policydb_read()
2394 tr = kzalloc(sizeof(*tr), GFP_KERNEL); in policydb_read()
2432 ra = kzalloc(sizeof(*ra), GFP_KERNEL); in policydb_read()
2481 GFP_KERNEL | __GFP_ZERO); in policydb_read()
2487 GFP_KERNEL | __GFP_ZERO); in policydb_read()