Lines Matching refs:voff_t
115 voff_t tag; /* our 'tag' */
156 static int uao_get(struct uvm_object *, voff_t, struct vm_page **,
158 static int uao_put(struct uvm_object *, voff_t, voff_t, int);
168 static struct vm_page *uao_pagealloc(struct uvm_object *, voff_t, int);
208 voff_t page_tag;
416 uao_create(voff_t size, int flags)
537 uao_pagealloc(struct uvm_object *uobj, voff_t offset, int flags)
670 uao_put(struct uvm_object *uobj, voff_t start, voff_t stop, int flags)
675 voff_t curoff;
805 uao_get(struct uvm_object *uobj, voff_t offset, struct vm_page **pps,
808 voff_t current_offset;
1252 rv = uao_get(uobj, (voff_t)pageidx << PAGE_SHIFT, &pg, &npages,
1308 uao_dropswap_range(struct uvm_object *uobj, voff_t start, voff_t end)
1322 voff_t taghi;
1323 voff_t taglo;