HomeSort by relevance Sort by last modified time
    Searched refs:t_flags (Results 76 - 82 of 82) sorted by null

1 2 34

  /external/e2fsprogs/e2fsck/
recovery.c 195 if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID)))
198 if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG))
482 flags = be32_to_cpu(tag->t_flags);
  /external/qemu/slirp/
slirp.c 273 if (time_fasttimo == 0 && so->so_tcpcb->t_flags & TF_DELACK)
878 qemu_put_be16(f, tp->t_flags);
971 tp->t_flags = qemu_get_be16(f);
tcp_subr.c 191 tp->t_flags = TCP_DO_RFC1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0;
    [all...]
  /external/qemu/slirp-android/
slirp.c 333 if (time_fasttimo == 0 && so->so_tcpcb->t_flags & TF_DELACK)
    [all...]
tcp_subr.c 193 tp->t_flags = TCP_DO_RFC1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0;
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 142 __u32 t_flags; /* See below */ member in struct:journal_block_tag_s
  /external/e2fsprogs/debugfs/
logdump.c 503 tag_flags = be32_to_cpu(tag->t_flags);

Completed in 595 milliseconds

1 2 34