Searched refs:mhpx (Results 1 – 1 of 1) sorted by relevance
2323 ndmp_metadata_header_ext_t *mhpx; in ndmp_iter_zfs() local2371 mhpx = (ndmp_metadata_header_ext_t *)mhp; in ndmp_iter_zfs()2372 if (mhpx->nh_total_bytes > size) { in ndmp_iter_zfs()2373 if ((pp = realloc(mhbuf, mhpx->nh_total_bytes)) in ndmp_iter_zfs()2380 size = mhpx->nh_total_bytes; in ndmp_iter_zfs()2407 mhpx = (ndmp_metadata_header_ext_t *)mhbuf; in ndmp_iter_zfs()2409 if (mhpx->nh_major > META_HDR_MAJOR_VERSION) { in ndmp_iter_zfs()2412 "M%d != M%d", mhpx->nh_major, in ndmp_iter_zfs()2417 if (mhpx->nh_major == META_HDR_MAJOR_VERSION && in ndmp_iter_zfs()2418 mhpx->nh_minor > META_HDR_MINOR_VERSION) { in ndmp_iter_zfs()[all …]