Searched refs:OBJ_TMPFS (Results 1 – 3 of 3) sorted by relevance
46 #define OBJ_TMPFS OBJ_PAGERPRIV1 /* has tmpfs vnode allocated */ macro589 if ((obj->flags & OBJ_TMPFS) == 0) in VM_TO_TMPFS_VP()607 if ((obj->flags & OBJ_TMPFS) == 0) in VM_TO_TMPFS_MP()
208 if ((object->flags & OBJ_TMPFS) != 0) { in tmpfs_pager_getvp()230 if ((obj->flags & OBJ_TMPFS) == 0 || c == 0) in tmpfs_pager_freespace()253 if ((obj->flags & OBJ_TMPFS) == 0) in tmpfs_page_inserted()272 if ((obj->flags & OBJ_TMPFS) == 0) in tmpfs_page_removed()667 vm_object_set_flag(nnode->tn_reg.tn_aobj, OBJ_TMPFS); in tmpfs_alloc_node()768 KASSERT((uobj->flags & OBJ_TMPFS) != 0, in tmpfs_free_node_locked()770 vm_object_clear_flag(uobj, OBJ_TMPFS); in tmpfs_free_node_locked()2011 (obj->flags & (OBJ_SWAP | OBJ_TMPFS)) == in tmpfs_check_mtime()2012 (OBJ_SWAP | OBJ_TMPFS), ("non-tmpfs obj")); in tmpfs_check_mtime()
242 if ((object->flags & OBJ_TMPFS) == 0) { in tmpfs_all_rw_maps()