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

  /external/strace/xlat/
bsg_flags.h 2 #if !(defined(BSG_FLAG_Q_AT_TAIL) || (defined(HAVE_DECL_BSG_FLAG_Q_AT_TAIL) && HAVE_DECL_BSG_FLAG_Q_AT_TAIL))
3 # define BSG_FLAG_Q_AT_TAIL 0x10
17 XLAT(BSG_FLAG_Q_AT_TAIL),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
bsg.h 18 #define BSG_FLAG_Q_AT_TAIL 0x10 /* default, == 0 at this bit, is Q_AT_HEAD */
  /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 232 milliseconds