Searched refs:REQ_F_CREDS (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dopenclose.c281 if (req->flags & REQ_F_CREDS)
H A Dio_uring.c114 REQ_F_POLLED | REQ_F_INFLIGHT | REQ_F_CREDS | \
402 if (req->flags & REQ_F_CREDS)
456 if (!(req->flags & REQ_F_CREDS)) {
457 req->flags |= REQ_F_CREDS;
1891 if (unlikely((req->flags & REQ_F_CREDS) && req->creds != current_cred()))
2285 req->flags |= REQ_F_CREDS;
/linux-master/include/linux/
H A Dio_uring_types.h532 REQ_F_CREDS = IO_REQ_FLAG(REQ_F_CREDS_BIT), enumerator in enum:__anon53
666 /* custom credentials, valid IFF REQ_F_CREDS is set */

Completed in 133 milliseconds