Searched refs:zh (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c316 const zil_header_t *zh = zilog->zl_header; local
317 boolean_t claimed = !!zh->zh_claim_txg;
318 uint64_t claim_blk_seq = claimed ? zh->zh_claim_blk_seq : UINT64_MAX;
319 uint64_t claim_lr_seq = claimed ? zh->zh_claim_lr_seq : UINT64_MAX;
331 if (!(zh->zh_flags & ZIL_CLAIM_LR_SEQ_VALID))
346 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) {
386 ASSERT(!claimed || !(zh->zh_flags & ZIL_CLAIM_LR_SEQ_VALID) ||
546 const zil_header_t *zh = zilog->zl_header; local
559 ASSERT(zh->zh_claim_txg == 0);
560 ASSERT(zh
620 const zil_header_t *zh = zilog->zl_header; local
678 zil_header_t *zh; local
1667 zil_header_t *zh = zil_header_in_syncing_context(zilog); local
1934 const zil_header_t *zh; local
2061 const zil_header_t *zh = zilog->zl_header; local
2155 const zil_header_t *zh = zilog->zl_header; local
[all...]
H A Ddsl_scan.c516 zil_header_t *zh = zsa->zsa_zh; local
531 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET],
546 zil_header_t *zh = zsa->zsa_zh; local
563 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET],
573 dsl_scan_zil(dsl_pool_t *dp, zil_header_t *zh) argument
575 uint64_t claim_txg = zh->zh_claim_txg;
576 zil_scan_arg_t zsa = { dp, zh };
586 zilog = zil_alloc(dp->dp_meta_objset, zh);
H A Ddmu_traverse.c127 traverse_zil(traverse_data_t *td, zil_header_t *zh) argument
129 uint64_t claim_txg = zh->zh_claim_txg;
139 zilog = zil_alloc(spa_get_dsl(td->td_spa)->dp_meta_objset, zh);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c364 const zil_header_t *zh = zilog->zl_header; local
368 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1)
373 (u_longlong_t)zh->zh_claim_txg,
374 (u_longlong_t)zh->zh_claim_blk_seq,
375 (u_longlong_t)zh->zh_claim_lr_seq);
377 (u_longlong_t)zh->zh_replay_seq, (u_longlong_t)zh->zh_flags);
385 zh->zh_claim_txg);
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dlang.h56 za, zh, zu, enumerator in enum:__anon4692
H A Dlang.c549 { zh, "zh", "Chinese" },
/freebsd-10-stable/sys/boot/zfs/
H A Dzfsimpl.c1374 zap_phys_t zh = *(zap_phys_t *) zap_scratch; local
1380 if (zh.zap_magic != ZAP_MAGIC)
1389 if (zh.zap_ptrtbl.zt_blk) {
1390 rc = dnode_read(spa, dnode, zh.zap_ptrtbl.zt_blk * bsize,
1399 hash = zap_hash(zh.zap_salt, name);
1404 off_t off = ptrtbl[hash >> (64 - zh.zap_ptrtbl.zt_shift)] << zl.l_bs;
1508 zap_phys_t zh = *(zap_phys_t *) zap_scratch; local
1512 if (zh.zap_magic != ZAP_MAGIC)
1524 for (i = 0; i < zh.zap_num_leafs; i++) {
1669 zap_phys_t zh local
[all...]

Completed in 147 milliseconds