Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs_subr.c81 int tmpfs_pager_type = -1; variable
91 object = vm_object_allocate_dyn(tmpfs_pager_type, size, in tmpfs_pager_alloc()
363 tmpfs_pager_type = vm_pager_alloc_dyn_type(&tmpfs_pager_ops, in tmpfs_subr_init()
365 if (tmpfs_pager_type == -1) in tmpfs_subr_init()
377 if (tmpfs_pager_type != -1) in tmpfs_subr_uninit()
378 vm_pager_free_dyn_type(tmpfs_pager_type); in tmpfs_subr_uninit()
379 tmpfs_pager_type = -1; in tmpfs_subr_uninit()
660 vm_pager_allocate(tmpfs_pager_type, NULL, 0, in tmpfs_alloc_node()
1974 KASSERT(obj->type == tmpfs_pager_type && in tmpfs_check_mtime()
H A Dtmpfs.h558 extern int tmpfs_pager_type;
H A Dtmpfs_vfsops.c230 if (object == NULL || object->type != tmpfs_pager_type) in tmpfs_all_rw_maps()
H A Dtmpfs_vnops.c643 MPASS(object->type == tmpfs_pager_type); in tmpfs_read_pgcache()