Home
last modified time | relevance | path

Searched refs:zh_flags (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzil.h48 uint64_t zh_flags; /* header flags */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzil.c192 if (!(zilog->zl_header->zh_flags & ZIL_CLAIM_LR_SEQ_VALID)) in zil_read_log_block()
311 if (!(zh->zh_flags & ZIL_CLAIM_LR_SEQ_VALID)) in zil_parse()
366 ASSERT(!claimed || !(zh->zh_flags & ZIL_CLAIM_LR_SEQ_VALID) || in zil_parse()
680 zh->zh_flags |= ZIL_REPLAY_NEEDED; in zil_claim()
681 zh->zh_flags |= ZIL_CLAIM_LR_SEQ_VALID; 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()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h64 uint64_t zh_flags; /* header flags */ member
/titanic_44/usr/src/cmd/zdb/
H A Dzdb_il.c377 (u_longlong_t)zh->zh_replay_seq, (u_longlong_t)zh->zh_flags); in dump_intent_log()