Searched refs:zil_header_t (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h29 zil_header_t os_zil_header;
33 sizeof (zil_header_t) - sizeof (uint64_t)*2];
H A Dzil.h30 * Each objset has its own intent log. The log header (zil_header_t)
50 } zil_header_t; typedef in typeref:struct:zil_header
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h94 const zil_header_t *zl_header; /* log header buffer */
132 zil_header_t zl_old_header; /* debugging aid */
H A Ddmu_objset.h63 zil_header_t os_zil_header;
67 sizeof (zil_header_t) - sizeof (uint64_t)*2];
112 zil_header_t os_zil_header;
H A Dzil.h47 * Each objset has its own intent log. The log header (zil_header_t)
68 } zil_header_t; typedef in typeref:struct:zil_header
391 extern zilog_t *zil_alloc(objset_t *os, zil_header_t *zh_phys);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c160 static zil_header_t *
163 return ((zil_header_t *)zilog->zl_header);
297 const zil_header_t *zh = zilog->zl_header;
526 const zil_header_t *zh = zilog->zl_header;
599 const zil_header_t *zh = zilog->zl_header;
657 zil_header_t *zh;
1638 zil_header_t *zh = zil_header_in_syncing_context(zilog);
1666 bzero(zh, sizeof (zil_header_t));
1729 zil_alloc(objset_t *os, zil_header_t *zh_phys)
1905 const zil_header_t *z
[all...]
H A Ddsl_scan.c469 zil_header_t *zsa_zh;
479 zil_header_t *zh = zsa->zsa_zh;
509 zil_header_t *zh = zsa->zsa_zh;
536 dsl_scan_zil(dsl_pool_t *dp, zil_header_t *zh)
H A Ddmu_traverse.c120 traverse_zil(traverse_data_t *td, zil_header_t *zh)
H A Ddmu_objset.c296 byteswap_uint64_array(&osp->os_zil_header, sizeof (zil_header_t));
H A Ddsl_dataset.c84 static zil_header_t zero_zil;
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c364 const zil_header_t *zh = zilog->zl_header;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1095 } zil_header_t; typedef in typeref:struct:zil_header
1101 zil_header_t os_zil_header;
1105 sizeof (zil_header_t) - sizeof (uint64_t)*2];

Completed in 103 milliseconds