Searched refs:cred (Results 1 – 1 of 1) sorted by relevance
/io_uring/ |
D | io_uring.c | 390 const struct cred *sq_creds; /* cred used for __io_sq_thread() */ 898 const struct cred *creds; 6758 const struct cred *creds = NULL; in io_issue_sqe() 7471 const struct cred *creds = NULL; in __io_sq_thread() 9469 const struct cred *creds; in io_unregister_personality() 10166 const struct cred *cred) in io_uring_show_cred() argument 10175 seq_put_decimal_ull(m, "\tUid:\t", from_kuid_munged(uns, cred->uid)); in io_uring_show_cred() 10176 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->euid)); in io_uring_show_cred() 10177 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->suid)); in io_uring_show_cred() 10178 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->fsuid)); in io_uring_show_cred() [all …]
|