Home
last modified time | relevance | path

Searched refs:tmpfs_pager_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c85 int tmpfs_pager_type = -1; variable
95 object = vm_object_allocate_dyn(tmpfs_pager_type, size, in tmpfs_pager_alloc()
369 tmpfs_pager_type = vm_pager_alloc_dyn_type(&tmpfs_pager_ops, in tmpfs_subr_init()
371 if (tmpfs_pager_type == -1) in tmpfs_subr_init()
386 if (tmpfs_pager_type != -1) in tmpfs_subr_uninit()
387 vm_pager_free_dyn_type(tmpfs_pager_type); in tmpfs_subr_uninit()
388 tmpfs_pager_type = -1; in tmpfs_subr_uninit()
663 vm_pager_allocate(tmpfs_pager_type, NULL, 0, in tmpfs_alloc_node()
2010 KASSERT(obj->type == tmpfs_pager_type && in tmpfs_check_mtime()
H A Dtmpfs.h577 extern int tmpfs_pager_type;
H A Dtmpfs_vfsops.c229 if (object == NULL || object->type != tmpfs_pager_type) in tmpfs_all_rw_maps()
H A Dtmpfs_vnops.c641 MPASS(object->type == tmpfs_pager_type); in tmpfs_read_pgcache()