Lines Matching defs:gfp
564 * @gfp: allocation type
570 static int lsm_cred_alloc(struct cred *cred, gfp_t gfp)
577 cred->security = kzalloc(blob_sizes.lbs_cred, gfp);
2915 * @gfp: gfp flags
2922 int security_cred_alloc_blank(struct cred *cred, gfp_t gfp)
2924 int rc = lsm_cred_alloc(cred, gfp);
2929 rc = call_int_hook(cred_alloc_blank, 0, cred, gfp);
2960 * @gfp: gfp flags
2966 int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp)
2968 int rc = lsm_cred_alloc(new, gfp);
2973 rc = call_int_hook(cred_prepare, 0, new, old, gfp);
4455 * @priority: gfp flags
4855 * @gfp: gfp flags
4864 gfp_t gfp)
4866 return call_int_hook(xfrm_policy_alloc_security, 0, ctxp, sec_ctx, gfp);