Home
last modified time | relevance | path

Searched refs:nh_total_bytes (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h503 int32_t nh_total_bytes; member
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c1220 sizeof (ndmp_metadata_header_ext_t) > mhp->nh_total_bytes) in zfs_put_prop_cb()
1278 sizeof (ndmp_metadata_header_ext_t) > mhp->nh_total_bytes) in zfs_put_quota_cb()
1405 mhp->nh_total_bytes = size; in ndmp_include_zfs()
H A Dtlm_restore_writer.c2373 if (mhpx->nh_total_bytes > size) { in ndmp_iter_zfs()
2374 if ((pp = realloc(mhbuf, mhpx->nh_total_bytes)) in ndmp_iter_zfs()
2381 size = mhpx->nh_total_bytes; in ndmp_iter_zfs()