Home
last modified time | relevance | path

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

/external/strace/xlat/
Dbsg_flags.h13 #if defined(BSG_FLAG_Q_AT_HEAD) || (defined(HAVE_DECL_BSG_FLAG_Q_AT_HEAD) && HAVE_DECL_BSG_FLAG_Q_A…
15 static_assert((BSG_FLAG_Q_AT_HEAD) == (0x20), "BSG_FLAG_Q_AT_HEAD != 0x20");
18 # define BSG_FLAG_Q_AT_HEAD 0x20
32 XLAT(BSG_FLAG_Q_AT_HEAD),
Dbsg_flags.in2 BSG_FLAG_Q_AT_HEAD 0x20
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c625 #ifndef BSG_FLAG_Q_AT_HEAD
626 #define BSG_FLAG_Q_AT_HEAD 0x20 macro
645 ptp->io_hdr.flags |= BSG_FLAG_Q_AT_HEAD; in set_scsi_pt_flags()
649 ptp->io_hdr.flags &= ~BSG_FLAG_Q_AT_HEAD; in set_scsi_pt_flags()
860 if (BSG_FLAG_Q_AT_HEAD & ptp->io_hdr.flags) in do_scsi_pt_v3()
/external/kernel-headers/original/uapi/linux/
Dbsg.h20 #define BSG_FLAG_Q_AT_HEAD 0x20 macro
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h41 #define BSG_FLAG_Q_AT_HEAD 0x20 macro