Searched refs:sharetab (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/share/
H A DMakefile27 OTHERINSTALL= $(ROOTETC)/dfs/fstypes $(ROOTETC)/dfs/sharetab
28 SHARETAB= sharetab
33 $(ROOTETC)/dfs/sharetab := FILEMODE= 444
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfsfind/
H A Dnfsfind.sh36 if [ ! -s /etc/dfs/sharetab ]; then exit ; fi
42 ($4 !~ /^ro$|^ro,|^ro=|,ro,|,ro=|,ro$/) { print $1 }' /etc/dfs/sharetab`
/opensolaris-onvv-gate/usr/src/uts/common/sharefs/
H A Dsharetab.h31 * This header defines the glue to keeping a sharetab in memory.
57 typedef struct sharetab { struct
60 struct sharetab *s_next;
H A DMakefile33 HDRS= share.h sharetab.h sharefs.h
H A Dsharefs.h41 #include <sharefs/sharetab.h>
48 #define SHAREFS_BASE "sharetab"
75 extern sharetab_t *sharefs_sharetab; /* The sharetab. */
78 extern krwlock_t sharetab_lock; /* lock for the cached sharetab */
79 extern size_t sharetab_size; /* How big is the sharetab file? */
81 extern timestruc_t sharetab_mtime; /* Last mod to sharetab */
92 * Note that even though the sharetab code does not explictly
/opensolaris-onvv-gate/usr/src/lib/libfsmgt/
H A DMakefile.com33 sys_info.o sharetab.o nfs_sec.o \
63 $(SRCDIR)/sharetab.c: $(NFSLIB_DIR)/sharetab.c
64 rm -f $(SRCDIR)/sharetab.c
65 $(CP) -p $(NFSLIB_DIR)/sharetab.c $(SRCDIR)
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/mountd/
H A DMakefile31 COMMON = $(FSLIB) nfs_sec.o sharetab.o daemon.o smfcfg.o
36 ../lib/sharetab.c ../lib/daemon.c ../lib/smfcfg.c
50 sharetab.o: ../lib/sharetab.c
51 $(COMPILE.c) ../lib/sharetab.c
H A Dexportlist.c48 #include <sharefs/sharetab.h>
49 #include "../lib/sharetab.h"
H A Dmountd.c72 #include <sharefs/sharetab.h>
73 #include "../lib/sharetab.h"
90 rwlock_t sharetab_lock; /* lock to protect the cached sharetab */
1557 * (rpath) shadows. If found, it will return the sharetab entry of
2495 * read in /etc/dfs/sharetab if it has changed
2527 * Note that since the sharetab is now in memory
2539 * Once we are sure /etc/dfs/sharetab has been
/opensolaris-onvv-gate/usr/src/cmd/tsol/zones/
H A Dzoneunshare.sh29 # Processes the specified sharetab file and unshare
68 infile=/etc/dfs/sharetab # default
/opensolaris-onvv-gate/usr/src/cmd/rexd/
H A DMakefile46 ONOBJS= on.o sharetab.o where.o rex.o mntent.o
47 #WHEREOBJS= sharetab.o where.o where_main.o mntent.o
48 CLEANOBJS= exportent.o sharetab.o on.o rpc.rexd.o where.o
50 #UNDEROBJS= errprintf.o sharetab.o mount_nfs.o
/opensolaris-onvv-gate/usr/src/lib/libshare/
H A DMakefile.com29 OTHOBJS = sharetab.o nfs_sec.o
36 # we don't want to lint the sharetab and nfs_sec files
/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h40 #include <sharefs/sharetab.h>
164 /* values only used by the internal dfstab/sharetab parser */
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server85 if /usr/bin/grep -s nfs /etc/dfs/sharetab >/dev/null; then
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3755 char *resource, void *export, void *sharetab,
3765 zc.zc_share.z_sharedata = (uint64_t)(uintptr_t)sharetab;
3754 zfs_deleg_share_nfs(libzfs_handle_t *hdl, char *dataset, char *path, char *resource, void *export, void *sharetab, int sharemax, zfs_share_op_t operation) argument
/opensolaris-onvv-gate/usr/src/uts/common/
H A DMakefile.files1259 SHAREFS_OBJS += sharetab.o sharefs_vfsops.o sharefs_vnops.o
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-header.mf759 file path=usr/include/sharefs/sharetab.h
H A DSUNWcs.mf380 file path=etc/dfs/sharetab group=root mode=0444 preserve=true

Completed in 142 milliseconds