Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Darc.c1137 #define GHOST_STATE(state) \ macro
2072 if (GHOST_STATE(state)) { in arc_evictable_space_increment()
2080 ASSERT(!GHOST_STATE(state)); in arc_evictable_space_increment()
2108 if (GHOST_STATE(state)) { in arc_evitable_space_decrement()
2117 ASSERT(!GHOST_STATE(state)); in arc_evitable_space_decrement()
2177 ASSERT(!GHOST_STATE(state)); in remove_reference()
2228 ASSERT(!GHOST_STATE(new_state) || bufcnt == 0); in arc_change_state()
2240 if (GHOST_STATE(old_state)) { in arc_change_state()
2258 if (GHOST_STATE(new_state)) { in arc_change_state()
2275 if (GHOST_STATE(new_state)) { in arc_change_state()
[all …]