Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h74 #define ZIL_REPLAY_NEEDED 0x1 /* replay needed - internal only */ macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzil.c895 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()