Home
last modified time | relevance | path

Searched refs:ARC_IO_IN_PROGRESS (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Darc.c491 #define ARC_IO_IN_PROGRESS (1 << 10) /* I/O in progress for buf */ macro
502 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_IO_IN_PROGRESS)
509 #define HDR_L2_READING(hdr) ((hdr)->b_flags & ARC_IO_IN_PROGRESS && \
958 if (buf->b_hdr->b_flags & ARC_IO_IN_PROGRESS) in arc_buf_thaw()
2564 hdr->b_flags &= ~ARC_IO_IN_PROGRESS; in arc_read_done()
2823 hdr->b_flags |= ARC_IO_IN_PROGRESS; in arc_read_nolock()
3215 hdr->b_flags |= ARC_IO_IN_PROGRESS; in arc_write_ready()
3274 hdr->b_flags &= ~ARC_IO_IN_PROGRESS; in arc_write_done()
3280 hdr->b_flags &= ~ARC_IO_IN_PROGRESS; in arc_write_done()
3302 ASSERT((hdr->b_flags & ARC_IO_IN_PROGRESS) == 0); in arc_write()