Lines Matching refs:tn_pages
241 KASSERT(node->tn_reg.tn_pages >= c, in tmpfs_pager_freespace()
243 (uintmax_t)node->tn_reg.tn_pages, (uintmax_t)c)); in tmpfs_pager_freespace()
244 node->tn_reg.tn_pages -= c; in tmpfs_pager_freespace()
262 node->tn_reg.tn_pages += 1; in tmpfs_page_inserted()
284 KASSERT(node->tn_reg.tn_pages >= 1, in tmpfs_page_removed()
286 (uintmax_t)node->tn_reg.tn_pages)); in tmpfs_page_removed()
287 node->tn_reg.tn_pages -= 1; in tmpfs_page_removed()
669 nnode->tn_reg.tn_pages = 0; in tmpfs_alloc_node()
771 KASSERT(tmp->tm_pages_used >= node->tn_reg.tn_pages, in tmpfs_free_node_locked()
774 (uintmax_t)node->tn_reg.tn_pages)); in tmpfs_free_node_locked()
776 -node->tn_reg.tn_pages); in tmpfs_free_node_locked()