Searched refs:sq_creds (Results 1 – 3 of 3) sorted by relevance
183 if (ctx->sq_creds != current_cred()) in __io_sq_thread()184 creds = override_creds(ctx->sq_creds); in __io_sq_thread()446 ctx->sq_creds = get_current_cred(); in io_sq_offload_create()
2751 if (ctx->sq_creds) in io_ring_ctx_free()2752 put_cred(ctx->sq_creds); in io_ring_ctx_free()
354 const struct cred *sq_creds; /* cred used for __io_sq_thread() */ member