1*8329232eSGordon Ross# 2*8329232eSGordon Ross# CDDL HEADER START 3*8329232eSGordon Ross# 4*8329232eSGordon Ross# The contents of this file are subject to the terms of the 5*8329232eSGordon Ross# Common Development and Distribution License (the "License"). 6*8329232eSGordon Ross# You may not use this file except in compliance with the License. 7*8329232eSGordon Ross# 8*8329232eSGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*8329232eSGordon Ross# or http://www.opensolaris.org/os/licensing. 10*8329232eSGordon Ross# See the License for the specific language governing permissions 11*8329232eSGordon Ross# and limitations under the License. 12*8329232eSGordon Ross# 13*8329232eSGordon Ross# When distributing Covered Code, include this CDDL HEADER in each 14*8329232eSGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*8329232eSGordon Ross# If applicable, add the following below this CDDL HEADER, with the 16*8329232eSGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying 17*8329232eSGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner] 18*8329232eSGordon Ross# 19*8329232eSGordon Ross# CDDL HEADER END 20*8329232eSGordon Ross# 21*8329232eSGordon Ross# 22*8329232eSGordon Ross# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 23*8329232eSGordon Ross# Copyright 2017 Nexenta Systems, Inc. All rights reserved. 24*8329232eSGordon Ross# 25*8329232eSGordon Ross 26*8329232eSGordon Ross# 27*8329232eSGordon Ross# MAPFILE HEADER START 28*8329232eSGordon Ross# 29*8329232eSGordon Ross# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*8329232eSGordon Ross# Object versioning must comply with the rules detailed in 31*8329232eSGordon Ross# 32*8329232eSGordon Ross# usr/src/lib/README.mapfiles 33*8329232eSGordon Ross# 34*8329232eSGordon Ross# You should not be making modifications here until you've read the most current 35*8329232eSGordon Ross# copy of that file. If you need help, contact a gatekeeper for guidance. 36*8329232eSGordon Ross# 37*8329232eSGordon Ross# MAPFILE HEADER END 38*8329232eSGordon Ross# 39*8329232eSGordon Ross 40*8329232eSGordon Ross$mapfile_version 2 41*8329232eSGordon Ross 42*8329232eSGordon RossSYMBOL_VERSION SUNWprivate { 43*8329232eSGordon Ross global: 44*8329232eSGordon Ross fake_domount; 45*8329232eSGordon Ross fake_dounmount; 46*8329232eSGordon Ross fake_lookup; 47*8329232eSGordon Ross fake_lookup_dir; 48*8329232eSGordon Ross fake_getdents; 49*8329232eSGordon Ross fake_pread; 50*8329232eSGordon Ross fake_pwrite; 51*8329232eSGordon Ross fake_rename; 52*8329232eSGordon Ross fake_stat; 53*8329232eSGordon Ross fake_unlink; 54*8329232eSGordon Ross 55*8329232eSGordon Ross fksmbfs_fini; 56*8329232eSGordon Ross fksmbfs_init; 57*8329232eSGordon Ross 58*8329232eSGordon Ross fsop_root; 59*8329232eSGordon Ross fsop_statfs; 60*8329232eSGordon Ross fsop_sync; 61*8329232eSGordon Ross 62*8329232eSGordon Ross vn_close_rele; 63*8329232eSGordon Ross vn_create; 64*8329232eSGordon Ross vn_open; 65*8329232eSGordon Ross vn_rele; 66*8329232eSGordon Ross local: 67*8329232eSGordon Ross *; 68*8329232eSGordon Ross}; 69