vfs_get_vnode_cache
status_t vfs_get_vnode_cache(struct vnode *vnode, struct VMCache **_cache,
if (vfs_get_vnode_cache(vnode, &cache, false) != B_OK)
if (vfs_get_vnode_cache(ref->vnode, &ref->cache, true) != B_OK)
status = vfs_get_vnode_cache(vnode, &cache, false);