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

  /bionic/libc/kernel/uapi/linux/
bsg.h 26 #define BSG_FLAG_Q_AT_TAIL 0x10
  /external/kernel-headers/original/uapi/linux/
bsg.h 19 #define BSG_FLAG_Q_AT_TAIL 0x10 /* default is Q_AT_HEAD */
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt_linux.h 40 #define BSG_FLAG_Q_AT_TAIL 0x10 /* default is Q_AT_HEAD */
  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux.c 622 #ifndef BSG_FLAG_Q_AT_TAIL
623 #define BSG_FLAG_Q_AT_TAIL 0x10
646 ptp->io_hdr.flags &= ~BSG_FLAG_Q_AT_TAIL;
648 ptp->io_hdr.flags |= BSG_FLAG_Q_AT_TAIL;
862 else if (BSG_FLAG_Q_AT_TAIL & ptp->io_hdr.flags)

Completed in 67 milliseconds