Home
last modified time | relevance | path

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

/openbsd/sys/tmpfs/
H A Dtmpfs_subr.c1176 int pgnum_valid = (node->tn_pgnum != (voff_t)-1); in tmpfs_uio_cached()
1185 if (tmpfs_uio_cached(node) == 1 && node->tn_pgnum == pgnum) in tmpfs_uio_lookup()
1194 KASSERT(node->tn_pgnum != (voff_t)-1); in tmpfs_uio_uncache()
1197 node->tn_pgnum = (voff_t)-1; in tmpfs_uio_uncache()
1204 KASSERT(node->tn_pgnum == (voff_t)-1); in tmpfs_uio_cache()
1206 node->tn_pgnum = pgnum; in tmpfs_uio_cache()
H A Dtmpfs.h169 #define tn_pgnum tn_spec.tn_reg.tn_aobj_pgnum macro