Lines Matching refs:VREG
234 MPASS(node->tn_type == VREG); in tmpfs_pager_freespace()
257 MPASS(node->tn_type == VREG); in tmpfs_page_inserted()
276 MPASS(node->tn_type == VREG); in tmpfs_page_removed()
661 case VREG: in tmpfs_alloc_node()
747 case VREG: in tmpfs_free_node_locked()
763 case VREG: in tmpfs_free_node_locked()
917 if (vp->v_type != VREG || obj == NULL) in tmpfs_destroy_vobject()
1058 case VREG: in tmpfs_alloc_vp()
1733 case VREG: in tmpfs_dir_getdents()
1866 MPASS(vp->v_type == VREG); in tmpfs_reg_resize()
1937 KASSERT(node->tn_type == VREG, ("%s: node is not regular file", in tmpfs_reg_punch_hole()
2007 if (vp->v_type != VREG) in tmpfs_check_mtime()
2240 case VREG: in tmpfs_chsize()