HomeSort by: relevance | last modified time | path
    Searched refs:ARC_FLAG_IO_IN_PROGRESS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
arc.h 87 ARC_FLAG_IO_IN_PROGRESS = 1 << 7, /* I/O in progress */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 1176 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS)
1184 (((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS) && \
4763 arc_hdr_clear_flags(hdr, ARC_FLAG_IO_IN_PROGRESS);
5070 arc_hdr_set_flags(hdr, ARC_FLAG_IO_IN_PROGRESS);
5235 * would still have the ARC_FLAG_IO_IN_PROGRESS flag set on the hdr
5538 arc_hdr_set_flags(hdr, ARC_FLAG_IO_IN_PROGRESS);
5672 arc_hdr_clear_flags(hdr, ARC_FLAG_IO_IN_PROGRESS);
5678 arc_hdr_clear_flags(hdr, ARC_FLAG_IO_IN_PROGRESS);

Completed in 21 milliseconds