Home
last modified time | relevance | path

Searched refs:tn_pgptr (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/tmpfs/
H A Dtmpfs_subr.c1182 int pgptr_valid = (node->tn_pgptr != (vaddr_t)NULL); in tmpfs_uio_cached()
1191 return node->tn_pgptr; in tmpfs_uio_lookup()
1200 KASSERT(node->tn_pgptr != (vaddr_t)NULL); in tmpfs_uio_uncache()
1201 uvm_unmap(kernel_map, node->tn_pgptr, node->tn_pgptr + PAGE_SIZE); in tmpfs_uio_uncache()
1203 node->tn_pgptr = (vaddr_t)NULL; in tmpfs_uio_uncache()
1210 KASSERT(node->tn_pgptr == (vaddr_t)NULL); in tmpfs_uio_cache()
1212 node->tn_pgptr = pgptr; in tmpfs_uio_cache()
H A Dtmpfs.h168 #define tn_pgptr tn_spec.tn_reg.tn_aobj_pgptr macro