Lines Matching defs:nmp
107 struct overlay_mount *nmp;
147 nmp = kmem_zalloc(sizeof(struct overlay_mount), KM_SLEEP);
149 mp->mnt_data = nmp;
159 kmem_free(nmp, sizeof(struct overlay_mount));
163 nmp->ovm_size = sizeof (struct overlay_node);
164 nmp->ovm_tag = VT_OVERLAY;
165 nmp->ovm_bypass = layer_bypass;
166 nmp->ovm_vnodeop_p = overlay_vnodeop_p;
178 kmem_free(nmp, sizeof(struct overlay_mount));
188 nmp->ovm_rootvp = vp;