arc_hdr_set_flags
arc_hdr_set_flags(hdr, ARC_FLAG_COMPRESSED_ARC);
arc_hdr_set_flags(hdr, ARC_FLAG_IO_ERROR);
arc_hdr_set_flags(hdr, ARC_FLAG_IO_ERROR);
arc_hdr_set_flags(hdr, ARC_FLAG_SHARED_DATA);
arc_hdr_set_flags(hdr, ARC_FLAG_SHARED_DATA);
arc_hdr_set_flags(hdr, arc_bufc_to_flags(type) | ARC_FLAG_HAS_L1HDR);
arc_hdr_set_flags(hdr, ARC_FLAG_PROTECTED);
arc_hdr_set_flags(nhdr, ARC_FLAG_HAS_L1HDR);
arc_hdr_set_flags(nhdr, ARC_FLAG_PROTECTED);
arc_hdr_set_flags(hdr, arc_bufc_to_flags(type) | ARC_FLAG_HAS_L2HDR);
arc_hdr_set_flags(hdr, ARC_FLAG_PROTECTED);
arc_hdr_set_flags(hdr, ARC_FLAG_PREFETCH);
arc_hdr_set_flags(hdr, ARC_FLAG_IN_HASH_TABLE);
arc_hdr_set_flags(hdr, ARC_FLAG_IO_ERROR);
arc_hdr_set_flags(hdr, ARC_FLAG_PREFETCH);
arc_hdr_set_flags(hdr, ARC_FLAG_PRESCIENT_PREFETCH);
arc_hdr_set_flags(hdr, ARC_FLAG_L2CACHE);
arc_hdr_set_flags(hdr, ARC_FLAG_PREFETCH);
arc_hdr_set_flags(hdr, ARC_FLAG_PRESCIENT_PREFETCH);
arc_hdr_set_flags(hdr, ARC_FLAG_L2CACHE);
arc_hdr_set_flags(hdr, ARC_FLAG_NOAUTH);
arc_hdr_set_flags(hdr, ARC_FLAG_INDIRECT);
arc_hdr_set_flags(hdr, ARC_FLAG_PREDICTIVE_PREFETCH);
arc_hdr_set_flags(hdr, ARC_FLAG_IO_IN_PROGRESS);
arc_hdr_set_flags(hdr, ARC_FLAG_PRIO_ASYNC_READ);
arc_hdr_set_flags(hdr, ARC_FLAG_IO_IN_PROGRESS);
arc_hdr_set_flags(hdr, ARC_FLAG_NOAUTH);
arc_hdr_set_flags(hdr, ARC_FLAG_L2CACHE);
static inline void arc_hdr_set_flags(arc_buf_hdr_t *hdr, arc_flags_t flags);
arc_hdr_set_flags(hdr, ARC_FLAG_L2_EVICTED);
arc_hdr_set_flags(head, ARC_FLAG_L2_WRITE_HEAD | ARC_FLAG_HAS_L2HDR);
arc_hdr_set_flags(hdr, ARC_FLAG_L2_WRITING);
arc_hdr_set_flags(hdr,
arc_hdr_set_flags(hdr, ARC_FLAG_IN_HASH_TABLE);
arc_hdr_set_flags(exists, ARC_FLAG_HAS_L2HDR);