Searched refs:ZIL_REPLAY_NEEDED (Results 1 – 2 of 2) sorted by relevance
74 #define ZIL_REPLAY_NEEDED 0x1 /* replay needed - internal only */ macro
895 zh->zh_flags |= ZIL_REPLAY_NEEDED; in zil_claim()3352 if (zh->zh_flags & ZIL_REPLAY_NEEDED) { /* unplayed log */ in zil_suspend()3599 if ((zh->zh_flags & ZIL_REPLAY_NEEDED) == 0) { in zil_replay()