Searched refs:replica (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.h23 * replica.h
39 * Used to hold results of parsing replica lists for failover
41 struct replica { struct
46 struct replica *parse_replica(char *, int *);
47 void free_replica(struct replica *, int);
H A Dreplica.c23 * replica.c
57 #include "replica.h"
60 free_replica(struct replica *list, int count)
73 struct replica *
76 struct replica *list = NULL;
113 sizeof (struct replica))) == NULL)
115 bzero(&list[(*count)++], sizeof (struct replica));
146 sizeof (struct replica))) == NULL)
149 sizeof (struct replica));
179 sizeof (struct replica)))
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/
H A DMakefile33 COMMON= $(FSLIB) replica.o
35 SRCS= $(LIBPROG).c $(FSLIBSRC) ../lib/replica.c
67 $(RM) $(LIBPROG).o replica.o
69 replica.o: ../lib/replica.c
70 $(COMPILE.c) ../lib/replica.c
H A Dumount.c65 #include "replica.h"
244 struct replica *list;
/illumos-gate/usr/src/lib/libfsmgt/
H A DMakefile.com32 replica.o nfs_mntinfo.o fs_shares.o \
58 CLOBBERFILES += $(SRCDIR)/replica.c
75 $(SRCDIR)/replica.c: $(NFSLIB_DIR)/replica.c
76 rm -f $(SRCDIR)/replica.c
77 $(CP) -p $(NFSLIB_DIR)/replica.c $(SRCDIR)
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A DMakefile36 OBJS= quota.o rquota_xdr.o replica.o
63 replica.o: ../../nfs/lib/replica.c
64 $(COMPILE.c) ../../nfs/lib/replica.c
H A Dquota.c63 #include "../../nfs/lib/replica.h"
280 struct replica *rl;
332 * (2) Which replica would we report the quota
333 * for? If we pick the current replica, what
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A DMakefile37 COMMON= $(FSLIB) nfs_sec.o replica.o nfs_subr.o selfcheck.o smfcfg.o
39 SRCS= $(LIBPROG).c $(FSLIBSRC) ../lib/nfs_sec.c ../lib/replica.c \
77 replica.o: ../lib/replica.c
78 $(COMPILE.c) ../lib/replica.c
H A Dmount.c73 #include "replica.h"
395 struct replica *list = NULL;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A DMakefile75 TYPEOBJS= $(LOCAL) $(COMMON) replica.o nfs_sec.o nfs_resolve.o nfs_subr.o \
107 ../nfs/lib/replica.c ../nfs/lib/nfs_sec.c \
169 replica.o: ../nfs/lib/replica.c
170 $(COMPILE.c) ../nfs/lib/replica.c
H A Dautod_mount.c58 #include "replica.h"
497 struct replica *list;
H A Dautod_nfs.c76 #include "replica.h"
3585 struct replica *list;
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c47 #include "replica.h"
319 struct replica *rep_list; /* defined in replica.h */
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c334 { UF_REPLICA, "a replica", sf_term_cmn,
1465 int replica; local
1486 replica = f->uf_vfs_ufsfxp && f->uf_vfs_ufsfxp->fx_current != NULL &&
1510 if (replica) {
1513 TRIVIA((": set to replica failed] "));
1936 /* not actually a replica? */

Completed in 82 milliseconds