Searched refs:tn_pgnum (Results 1 – 2 of 2) sorted by relevance
1181 int pgnum_valid = (node->tn_pgnum != (voff_t)-1); in tmpfs_uio_cached()1190 if (tmpfs_uio_cached(node) == 1 && node->tn_pgnum == pgnum) in tmpfs_uio_lookup()1199 KASSERT(node->tn_pgnum != (voff_t)-1); in tmpfs_uio_uncache()1202 node->tn_pgnum = (voff_t)-1; in tmpfs_uio_uncache()1209 KASSERT(node->tn_pgnum == (voff_t)-1); in tmpfs_uio_cache()1211 node->tn_pgnum = pgnum; in tmpfs_uio_cache()
169 #define tn_pgnum tn_spec.tn_reg.tn_aobj_pgnum macro