Searched refs:OBJ_TMPFS (Results 1 – 3 of 3) sorted by relevance
46 #define OBJ_TMPFS OBJ_PAGERPRIV1 /* has tmpfs vnode allocated */ macro570 if ((obj->flags & OBJ_TMPFS) == 0) in VM_TO_TMPFS_VP()588 if ((obj->flags & OBJ_TMPFS) == 0) in VM_TO_TMPFS_MP()
204 if ((object->flags & OBJ_TMPFS) != 0) { in tmpfs_pager_getvp()226 if ((obj->flags & OBJ_TMPFS) == 0 || c == 0) in tmpfs_pager_freespace()249 if ((obj->flags & OBJ_TMPFS) == 0) in tmpfs_page_inserted()268 if ((obj->flags & OBJ_TMPFS) == 0) in tmpfs_page_removed()664 vm_object_set_flag(nnode->tn_reg.tn_aobj, OBJ_TMPFS); in tmpfs_alloc_node()765 KASSERT((uobj->flags & OBJ_TMPFS) != 0, in tmpfs_free_node_locked()767 vm_object_clear_flag(uobj, OBJ_TMPFS); in tmpfs_free_node_locked()1975 (obj->flags & (OBJ_SWAP | OBJ_TMPFS)) == in tmpfs_check_mtime()1976 (OBJ_SWAP | OBJ_TMPFS), ("non-tmpfs obj")); in tmpfs_check_mtime()
243 if ((object->flags & OBJ_TMPFS) == 0) { in tmpfs_all_rw_maps()