HomeSort by relevance Sort by last modified time
    Searched defs:BSG_FLAG_Q_AT_HEAD (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
bsg.h 27 #define BSG_FLAG_Q_AT_HEAD 0x20
  /external/kernel-headers/original/uapi/linux/
bsg.h 17 * bsg the BSG_FLAG_Q_AT_HEAD flag is ignored since it is the deafult.
20 #define BSG_FLAG_Q_AT_HEAD 0x20
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt_linux.h 38 * bsg the BSG_FLAG_Q_AT_HEAD flag is ignored since it is the default.
41 #define BSG_FLAG_Q_AT_HEAD 0x20
  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux.c 625 #ifndef BSG_FLAG_Q_AT_HEAD
626 #define BSG_FLAG_Q_AT_HEAD 0x20
645 ptp->io_hdr.flags |= BSG_FLAG_Q_AT_HEAD;
649 ptp->io_hdr.flags &= ~BSG_FLAG_Q_AT_HEAD;
860 if (BSG_FLAG_Q_AT_HEAD & ptp->io_hdr.flags)

Completed in 210 milliseconds