Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dio_uring_types.h465 REQ_F_CREDS = BIT(REQ_F_CREDS_BIT), enumerator
/openbmc/linux/io_uring/
H A Dio_uring.c113 REQ_F_POLLED | REQ_F_INFLIGHT | REQ_F_CREDS | \
394 if (req->flags & REQ_F_CREDS) in io_clean_op()
448 if (!(req->flags & REQ_F_CREDS)) { in io_prep_async_work()
449 req->flags |= REQ_F_CREDS; in io_prep_async_work()
1874 if (unlikely((req->flags & REQ_F_CREDS) && req->creds != current_cred())) in io_issue_sqe()
2246 req->flags |= REQ_F_CREDS; in io_init_req()