Lines Matching defs:vnode
67 * - Lookup pages in underlying vnode.
72 * - Lookup pages in the shared amp or vnode.
112 * - per vnode (entity->vme_vnode_hash)
184 pgcnt_t vmb_start; /* page offset in vnode/amp on which bound starts */
185 pgcnt_t vmb_end; /* page offset in vnode/amp on which bound ends */
191 * key is address of vnode or amp. Bounds lists known incore/non-incore
192 * bounds for vnode/amp.
425 "vmusage vnode hash", VMUSAGE_HASH_SIZE, vmu_free_object,
480 "vmusage vnode hash", VMUSAGE_HASH_SIZE, vmu_free_object,
991 vmu_vnode_update_incore_bounds(avl_tree_t *tree, vnode_t *vnode,
1002 if (vnode->v_pages == NULL)
1025 if (vnode->v_pages != NULL &&
1026 (page = page_exists(vnode, ptob(index))) != NULL) {
1074 * list of entities to visit. For shared segments, the vnode or amp
1080 * Bounds not backed by the amp are looked up in the vnode for each entity
1081 * to avoid double counting of private COW vnode pages.
1112 * Figure out if there is a shared object (such as a named vnode or
1202 struct vnode *vn;
1226 * up in the backing vnode
1347 /* Compute resident pages backing shared amp or named vnode */