Searched refs:tmpfs_pager_type (Results 1 – 4 of 4) sorted by relevance
83 int tmpfs_pager_type = -1; variable93 object = vm_object_allocate_dyn(tmpfs_pager_type, size, in tmpfs_pager_alloc()276 tmpfs_pager_type = vm_pager_alloc_dyn_type(&tmpfs_pager_ops, in tmpfs_subr_init()278 if (tmpfs_pager_type == -1) in tmpfs_subr_init()290 if (tmpfs_pager_type != -1) in tmpfs_subr_uninit()291 vm_pager_free_dyn_type(tmpfs_pager_type); in tmpfs_subr_uninit()292 tmpfs_pager_type = -1; in tmpfs_subr_uninit()569 vm_pager_allocate(tmpfs_pager_type, NULL, 0, in tmpfs_alloc_node()1787 KASSERT(obj->type == tmpfs_pager_type && in tmpfs_check_mtime()
523 extern int tmpfs_pager_type;
231 if (object == NULL || object->type != tmpfs_pager_type) in tmpfs_all_rw_maps()
626 MPASS(object->type == tmpfs_pager_type); in tmpfs_read_pgcache()