Lines Matching refs:GFP_KERNEL

177 	role = kzalloc(sizeof(*role), GFP_KERNEL);  in roles_init()
187 key = kstrdup(OBJECT_R, GFP_KERNEL); in roles_init()
339 GFP_KERNEL | __GFP_ZERO)) in common_index()
356 GFP_KERNEL | __GFP_ZERO)) in class_index()
377 GFP_KERNEL | __GFP_ZERO)) in role_index()
399 GFP_KERNEL | __GFP_ZERO)) in type_index()
404 GFP_KERNEL | __GFP_ZERO)) in type_index()
426 GFP_KERNEL | __GFP_ZERO)) in user_index()
447 GFP_KERNEL | __GFP_ZERO)) in sens_index()
468 GFP_KERNEL | __GFP_ZERO)) in cat_index()
540 GFP_KERNEL); in policydb_index()
547 GFP_KERNEL); in policydb_index()
554 GFP_KERNEL); in policydb_index()
562 GFP_KERNEL | __GFP_ZERO); in policydb_index()
567 p->p_types.nprim, GFP_KERNEL | __GFP_ZERO); in policydb_index()
579 GFP_KERNEL | __GFP_ZERO); in policydb_index()
585 GFP_KERNEL | __GFP_ZERO); in policydb_index()
1116 perdatum = kzalloc(sizeof(*perdatum), GFP_KERNEL); in perm_read()
1127 rc = str_read(&key, GFP_KERNEL, fp, len); in perm_read()
1150 comdatum = kzalloc(sizeof(*comdatum), GFP_KERNEL); in common_read()
1167 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read()
1223 c = kzalloc(sizeof(*c), GFP_KERNEL); in read_cons_helper()
1240 e = kzalloc(sizeof(*e), GFP_KERNEL); in read_cons_helper()
1285 GFP_KERNEL); in read_cons_helper()
1316 cladatum = kzalloc(sizeof(*cladatum), GFP_KERNEL); in class_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()
1410 role = kzalloc(sizeof(*role), GFP_KERNEL); in role_read()
1426 rc = str_read(&key, GFP_KERNEL, fp, len); in role_read()
1467 typdatum = kzalloc(sizeof(*typdatum), GFP_KERNEL); in type_read()
1493 rc = str_read(&key, GFP_KERNEL, fp, len); in type_read()
1542 usrdatum = kzalloc(sizeof(*usrdatum), GFP_KERNEL); in user_read()
1558 rc = str_read(&key, GFP_KERNEL, fp, len); in user_read()
1854 rt = kzalloc(sizeof(*rt), GFP_KERNEL); in range_read()
1879 r = kzalloc(sizeof(*r), GFP_KERNEL); in range_read()
1931 ft = kzalloc(sizeof(*ft), GFP_KERNEL); in filename_trans_read()
1936 otype = kmalloc(sizeof(*otype), GFP_KERNEL); in filename_trans_read()
1947 rc = str_read(&name, GFP_KERNEL, fp, len); in filename_trans_read()
2013 newgenfs = kzalloc(sizeof(*newgenfs), GFP_KERNEL); in genfs_read()
2017 rc = str_read(&newgenfs->fstype, GFP_KERNEL, fp, len); in genfs_read()
2052 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read()
2056 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); in genfs_read()
2121 c = kzalloc(sizeof(*c), GFP_KERNEL); in ocontext_read()
2148 rc = str_read(&c->u.name, GFP_KERNEL, fp, len); in ocontext_read()
2194 rc = str_read(&c->u.name, GFP_KERNEL, fp, len); in ocontext_read()
2267 policydb_str = kmalloc(len + 1, GFP_KERNEL); in policydb_read()
2389 tr = kzalloc(sizeof(*tr), GFP_KERNEL); in policydb_read()
2427 ra = kzalloc(sizeof(*ra), GFP_KERNEL); in policydb_read()
2476 GFP_KERNEL | __GFP_ZERO); in policydb_read()
2482 GFP_KERNEL | __GFP_ZERO); in policydb_read()