HomeSort by relevance Sort by last modified time
    Searched defs:zh (Results 1 - 7 of 7) sorted by null

  /netvirt/usr/src/cmd/iscsi/iscsitgtd/
mgmt_remove.c 102 libzfs_handle_t *zh = NULL; local
110 if ((zh = libzfs_init()) == NULL) {
122 if (zfs_iscsi_perm_check(zh, prop, cred) != 0) {
125 libzfs_fini(zh);
130 libzfs_fini(zh);
mgmt_modify.c 634 libzfs_handle_t *zh = NULL; local
649 if (((zh = libzfs_init()) == NULL) ||
650 ((zfsh = zfs_open(zh, dataset, ZFS_TYPE_DATASET)) == NULL)) {
672 if (zh)
673 libzfs_fini(zh);
mgmt_create.c 424 libzfs_handle_t *zh = NULL; local
437 if (((zh = libzfs_init()) == NULL) ||
438 ((zfsh = zfs_open(zh, dataset, ZFS_TYPE_DATASET)) == NULL)) {
449 if (zfs_iscsi_perm_check(zh, dataset, cred) != 0) {
452 libzfs_fini(zh);
646 if (zh)
647 libzfs_fini(zh);
    [all...]
t10_sam.c 1335 libzfs_handle_t *zh; local
    [all...]
  /netvirt/usr/src/cmd/zdb/
zdb_il.c 341 const zil_header_t *zh = zilog->zl_header; local
345 if (zh->zh_log.blk_birth == 0 || verbose < 2)
349 (u_longlong_t)zh->zh_claim_txg, (u_longlong_t)zh->zh_replay_seq);
352 print_log_bp(&zh->zh_log, "\n\tfirst block: ");
360 zh->zh_claim_txg);
  /netvirt/usr/src/uts/common/fs/zfs/
dmu_traverse.c 524 zil_header_t *zh = &osphys->os_zil_header; local
525 uint64_t claim_txg = zh->zh_claim_txg;
540 zilog = zil_alloc(dp->dp_meta_objset, zh);
zil.c 212 const zil_header_t *zh = zilog->zl_header; local
213 uint64_t claim_seq = zh->zh_claim_seq;
216 blkptr_t blk = zh->zh_log;
330 const zil_header_t *zh = zilog->zl_header; local
342 ASSERT(zh->zh_claim_txg == 0);
343 ASSERT(zh->zh_replay_seq == 0);
345 blk = zh->zh_log;
384 * (zh is part of the MOS, so we cannot modify it in open context.)
391 ASSERT(bcmp(&blk, &zh->zh_log, sizeof (blk)) == 0);
406 const zil_header_t *zh = zilog->zl_header local
471 const zil_header_t *zh = zilog->zl_header; local
493 zil_header_t *zh; local
1115 zil_header_t *zh = zil_header_in_syncing_context(zilog); local
1247 const zil_header_t *zh = zilog->zl_header; local
1312 const zil_header_t *zh = zilog->zl_header; local
1375 const zil_header_t *zh = zilog->zl_header; local
1536 const zil_header_t *zh = zilog->zl_header; local
    [all...]

Completed in 180 milliseconds