Home
last modified time | relevance | path

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

/third_party/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()
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h41 #define BSG_FLAG_Q_AT_HEAD 0x20 macro