Searched refs:ZIL_REPLAY_NEEDED (Results 1 – 3 of 3) sorted by relevance
55 #define ZIL_REPLAY_NEEDED 0x1 /* replay needed - internal only */ macro
75 #define ZIL_REPLAY_NEEDED 0x1 /* replay needed - internal only */ macro
854 zh->zh_flags |= ZIL_REPLAY_NEEDED; in zil_claim()3152 if (zh->zh_flags & ZIL_REPLAY_NEEDED) { /* unplayed log */ in zil_suspend()3399 if ((zh->zh_flags & ZIL_REPLAY_NEEDED) == 0) { in zil_replay()