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