Home
last modified time | relevance | path

Searched refs:dlh_length (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c107 hdr->dlh_length = ddl->ddl_length; in ddt_log_update_header()
586 if (hdr.dlh_length > 0) { in ddt_log_load_one()
587 dmu_prefetch_by_dnode(dn, 0, 0, hdr.dlh_length, in ddt_log_load_one()
590 for (uint64_t offset = 0; offset < hdr.dlh_length; in ddt_log_load_one()
633 ddl->ddl_length = hdr.dlh_length; in ddt_log_load_one()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt_impl.h136 uint64_t dlh_length; /* log size in bytes */ member