Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dbsg.h19 #define BSG_FLAG_Q_AT_TAIL 0x10 /* default is Q_AT_HEAD */ macro
/linux-4.19.296/block/
Dbsg.c424 at_head = (0 == (hdr.flags & BSG_FLAG_Q_AT_TAIL)); in bsg_ioctl()