Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dblk_types.h235 #define REQ_ELVPRIV (1ULL << __REQ_ELVPRIV) macro
/linux-4.1.27/block/
Dblk-core.c801 if (rq->cmd_flags & REQ_ELVPRIV) { in blk_free_request()
875 if (flags & REQ_ELVPRIV) in freed_request()
1046 rw_flags |= REQ_ELVPRIV; in __get_request()
1066 if (rw_flags & REQ_ELVPRIV) { in __get_request()
1105 rq->cmd_flags &= ~REQ_ELVPRIV; in __get_request()
Delevator.c607 } else if (!(rq->cmd_flags & REQ_ELVPRIV) && in __elv_add_request()