Searched refs:mhpx (Results 1 – 1 of 1) sorted by relevance
2324 ndmp_metadata_header_ext_t *mhpx; in ndmp_iter_zfs() local2373 mhpx = (ndmp_metadata_header_ext_t *)mhp; in ndmp_iter_zfs()2374 if (mhpx->nh_total_bytes > size) { in ndmp_iter_zfs()2375 if ((pp = realloc(mhbuf, mhpx->nh_total_bytes)) in ndmp_iter_zfs()2382 size = mhpx->nh_total_bytes; in ndmp_iter_zfs()2409 mhpx = (ndmp_metadata_header_ext_t *)mhbuf; in ndmp_iter_zfs()2411 if (mhpx->nh_major > META_HDR_MAJOR_VERSION) { in ndmp_iter_zfs()2414 "M%d != M%d", mhpx->nh_major, in ndmp_iter_zfs()2419 if (mhpx->nh_major == META_HDR_MAJOR_VERSION && in ndmp_iter_zfs()2420 mhpx->nh_minor > META_HDR_MINOR_VERSION) { in ndmp_iter_zfs()[all …]