Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c390 const struct cred *sq_creds; /* cred used for __io_sq_thread() */
888 const struct cred *creds;
6912 const struct cred *creds = NULL; in io_issue_sqe()
7636 const struct cred *creds = NULL; in __io_sq_thread()
9634 const struct cred *creds; in io_unregister_personality()
10326 const struct cred *cred) in io_uring_show_cred() argument
10335 seq_put_decimal_ull(m, "\tUid:\t", from_kuid_munged(uns, cred->uid)); in io_uring_show_cred()
10336 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->euid)); in io_uring_show_cred()
10337 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->suid)); in io_uring_show_cred()
10338 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->fsuid)); in io_uring_show_cred()
[all …]