Searched refs:security_ctx (Results 1 – 3 of 3) sorted by relevance
469 void **security_ctx, u32 *security_ctxlen) in get_security_context() argument517 *security_ctx = header; in get_security_context()544 void *security_ctx = NULL; in fuse_create_open() local590 err = get_security_context(entry, mode, &security_ctx, in fuse_create_open()597 args.in_args[2].value = security_ctx; in fuse_create_open()601 kfree(security_ctx); in fuse_create_open()708 void *security_ctx = NULL; in create_new_entry() local725 err = get_security_context(entry, mode, &security_ctx, in create_new_entry()734 args->in_args[2].value = security_ctx; in create_new_entry()738 kfree(security_ctx); in create_new_entry()
531 binder_uintptr_t security_ctx; member
3226 t->security_ctx = (uintptr_t)t->buffer->user_data + buf_offset; in binder_transaction()3231 t->security_ctx = 0; in binder_transaction()4668 tr.secctx = t->security_ctx; in binder_thread_read()4669 if (t->security_ctx) { in binder_thread_read()