Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk_types.h231 #define REQ_ELVPRIV (1ULL << __REQ_ELVPRIV) macro
/linux-4.4.14/block/
Dblk-core.c892 if (rq->cmd_flags & REQ_ELVPRIV) { in blk_free_request()
961 if (flags & REQ_ELVPRIV) in freed_request()
1127 rw_flags |= REQ_ELVPRIV; in __get_request()
1147 if (rw_flags & REQ_ELVPRIV) { in __get_request()
1186 rq->cmd_flags &= ~REQ_ELVPRIV; in __get_request()
Delevator.c607 } else if (!(rq->cmd_flags & REQ_ELVPRIV) && in __elv_add_request()