Home
last modified time | relevance | path

Searched refs:security_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/fuse/
Ddir.c469 void **security_ctx, u32 *security_ctxlen) in get_security_context() argument
517 *security_ctx = header; in get_security_context()
544 void *security_ctx = NULL; in fuse_create_open() local
590 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() local
725 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()
/Linux-v6.1/drivers/android/
Dbinder_internal.h531 binder_uintptr_t security_ctx; member
Dbinder.c3226 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()