Lines Matching refs:cred_cxt
51 aa_free_task_context(cred_cxt(cred)); in apparmor_cred_free()
52 cred_cxt(cred) = NULL; in apparmor_cred_free()
65 cred_cxt(cred) = cxt; in apparmor_cred_alloc_blank()
80 aa_dup_task_context(cxt, cred_cxt(old)); in apparmor_cred_prepare()
81 cred_cxt(new) = cxt; in apparmor_cred_prepare()
90 const struct aa_task_cxt *old_cxt = cred_cxt(old); in apparmor_cred_transfer()
91 struct aa_task_cxt *new_cxt = cred_cxt(new); in apparmor_cred_transfer()
510 struct aa_task_cxt *cxt = cred_cxt(cred); in apparmor_getprocattr()
892 cred_cxt(cred) = cxt; in set_init_cxt()
922 aa_free_task_context(cred_cxt(cred)); in apparmor_init()
923 cred_cxt(cred) = NULL; in apparmor_init()