Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h119 ARC_FLAG_IO_IN_PROGRESS = 1 << 8, /* I/O in progress */ enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c715 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS)
725 (((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS) && \
5820 arc_hdr_clear_flags(hdr, ARC_FLAG_IO_IN_PROGRESS); in arc_read_done()
6256 arc_hdr_set_flags(hdr, ARC_FLAG_IO_IN_PROGRESS); in arc_read()
6832 arc_hdr_set_flags(hdr, ARC_FLAG_IO_IN_PROGRESS); in arc_write_ready()
7034 arc_hdr_clear_flags(hdr, ARC_FLAG_IO_IN_PROGRESS); in arc_write_done()
7040 arc_hdr_clear_flags(hdr, ARC_FLAG_IO_IN_PROGRESS); in arc_write_done()