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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzil_impl.h176 const zil_header_t *zl_header; /* log header buffer */
207 zil_header_t zl_old_header; /* debugging aid */
H A Ddmu_objset.h77 zil_header_t os_zil_header;
83 sizeof (zil_header_t) - sizeof (uint64_t)*2 -
155 zil_header_t os_zil_header;
H A Dzil.h48 * Each objset has its own intent log. The log header (zil_header_t)
69 } zil_header_t; typedef in typeref:struct:zil_header
481 extern zilog_t *zil_alloc(objset_t *os, zil_header_t *zh_phys);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzil.c197 static zil_header_t *
200 return ((zil_header_t *)zilog->zl_header);
346 const zil_header_t *zh = zilog->zl_header;
669 const zil_header_t *zh = zilog->zl_header;
746 const zil_header_t *zh = zilog->zl_header;
808 zil_header_t *zh;
960 zil_header_t *zh = zil_header_in_syncing_context(zilog);
3016 zil_header_t *zh = zil_header_in_syncing_context(zilog);
3044 bzero(zh, sizeof (zil_header_t));
3163 zil_alloc(objset_t *os, zil_header_t *zh_phy
[all...]
H A Ddmu_traverse.c124 traverse_zil(traverse_data_t *td, zil_header_t *zh)
H A Ddsl_scan.c1377 zil_header_t *zsa_zh;
1388 zil_header_t *zh = zsa->zsa_zh;
1420 zil_header_t *zh = zsa->zsa_zh;
1448 dsl_scan_zil(dsl_pool_t *dp, zil_header_t *zh)
H A Ddmu_objset.c363 byteswap_uint64_array(&osp->os_zil_header, sizeof (zil_header_t));
H A Ddsl_dataset.c104 static zil_header_t zero_zil;
1692 static zil_header_t zero_zil __maybe_unused;
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1321 } zil_header_t; typedef in typeref:struct:zil_header
1328 zil_header_t os_zil_header;
1334 sizeof (zil_header_t) - sizeof (uint64_t)*2 -
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c403 const zil_header_t *zh = zilog->zl_header;

Completed in 238 milliseconds