Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1423 ASSERT(hdr->b_l1hdr.b_state == arc_anon || HDR_EMPTY_OR_LOCKED(hdr)); in arc_hdr_has_uncompressed_buf()
1603 ASSERT3P(hdr->b_l1hdr.b_state, ==, arc_anon); in arc_buf_thaw()
2303 ASSERT(state == arc_anon); in add_reference()
2309 state != arc_anon && state != arc_l2c_only) { in add_reference()
2328 ASSERT(state == arc_anon || MUTEX_HELD(HDR_LOCK(hdr))); in remove_reference()
2334 if (state == arc_anon) { in remove_reference()
2339 arc_change_state(arc_anon, hdr); in remove_reference()
2427 IMPLY(old_state == arc_anon, hdr->b_l1hdr.b_buf == NULL || in arc_change_state()
2448 if (old_state != arc_anon && old_state != arc_l2c_only) { in arc_change_state()
2457 if (new_state != arc_anon && new_state != arc_l2c_only) { in arc_change_state()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h1037 #define arc_anon (&ARC_anon) macro