Home
last modified time | relevance | path

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

/external/strace/xlat/
Dbsg_flags.h6 #if defined(BSG_FLAG_Q_AT_TAIL) || (defined(HAVE_DECL_BSG_FLAG_Q_AT_TAIL) && HAVE_DECL_BSG_FLAG_Q_A…
8 static_assert((BSG_FLAG_Q_AT_TAIL) == (0x10), "BSG_FLAG_Q_AT_TAIL != 0x10");
11 # define BSG_FLAG_Q_AT_TAIL 0x10
31 XLAT(BSG_FLAG_Q_AT_TAIL),
Dbsg_flags.in1 BSG_FLAG_Q_AT_TAIL 0x10
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c622 #ifndef BSG_FLAG_Q_AT_TAIL
623 #define BSG_FLAG_Q_AT_TAIL 0x10 macro
646 ptp->io_hdr.flags &= ~BSG_FLAG_Q_AT_TAIL; in set_scsi_pt_flags()
648 ptp->io_hdr.flags |= BSG_FLAG_Q_AT_TAIL; in set_scsi_pt_flags()
862 else if (BSG_FLAG_Q_AT_TAIL & ptp->io_hdr.flags) in do_scsi_pt_v3()
/external/kernel-headers/original/uapi/linux/
Dbsg.h19 #define BSG_FLAG_Q_AT_TAIL 0x10 /* default is Q_AT_HEAD */ macro
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h40 #define BSG_FLAG_Q_AT_TAIL 0x10 /* default is Q_AT_HEAD */ macro