Searched defs:zero_zil (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c84 static zil_header_t zero_zil; variable
920 if (bcmp(&os->os_zil_header, &zero_zil, sizeof (zero_zil)) != 0) {
1346 bcmp(&os->os_phys->os_zil_header, &zero_zil,
1347 sizeof (zero_zil)) == 0);

Completed in 142 milliseconds