Home | History | Annotate | Download | only in uvm

Lines Matching defs:writelen

98 	vsize_t			writelen;	/* write len */
285 pg->offset + PAGE_SIZE > umap->writeoff + umap->writelen);
348 access_type = umap->writelen ? VM_PROT_WRITE : VM_PROT_READ;
359 KASSERTMSG((slot_offset < umap->writeoff + umap->writelen),
362 slot_offset, (intmax_t)umap->writeoff, umap->writelen);
372 umap->writelen) - (umap->offset + slot_offset))
381 UVMHIST_LOG(ubchist, "slot_offset %#jx writeoff %#jx writelen %#jx ",
382 slot_offset, umap->writeoff, umap->writelen, 0);
560 KASSERTMSG(umap->writelen == 0,
563 umap->writelen = *lenp;
658 const voff_t endoff = umap->writeoff + umap->writelen;
701 umap->writelen = 0;