Searched refs:ZIL_REPLAY_NEEDED (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzil.h55 #define ZIL_REPLAY_NEEDED 0x1 /* replay needed - internal only */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h73 #define ZIL_REPLAY_NEEDED 0x1 /* replay needed - internal only */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c702 zh->zh_flags |= ZIL_REPLAY_NEEDED;
1916 if (zh->zh_flags & ZIL_REPLAY_NEEDED) { /* unplayed log */
2129 if ((zh->zh_flags & ZIL_REPLAY_NEEDED) == 0) {

Completed in 62 milliseconds