Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Darc.c1350 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS) macro
2201 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_buf_thaw()
3639 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_hdr_destroy()
3706 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_buf_destroy()
3749 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_evict_hdr()
3793 if (HDR_IO_IN_PROGRESS(hdr) || in arc_evict_hdr()
5793 if (HDR_IO_IN_PROGRESS(hdr)) { in arc_read()
5938 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_read()
6226 if (!HDR_HAS_L1HDR(hdr) || (!HDR_IO_IN_PROGRESS(hdr) && in arc_freed()
6265 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_release()
[all …]