Home
last modified time | relevance | path

Searched refs:fserver (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/amd/amd/
H A Dsrvr_amfs_auto.c54 static fserver *localhost;
60 fserver *
63 fserver *fs = localhost; in amfs_generic_find_srvr()
66 fs = ALLOC(struct fserver); in amfs_generic_find_srvr()
97 wakeup_srvr(fserver *fs) in wakeup_srvr()
110 fserver *fs = v; in timeout_srvr()
153 free_srvr(fserver *fs) in free_srvr()
190 fserver *
191 dup_srvr(fserver *fs) in dup_srvr()
202 srvrlog(fserver *fs, char *state) in srvrlog()
H A Dsrvr_nfs.c119 flush_srvr_nfs_cache(fserver *fs) in flush_srvr_nfs_cache()
121 fserver *fs2 = NULL; in flush_srvr_nfs_cache()
186 fserver *fs2 = (fserver *) idv; in got_portmap()
187 fserver *fs = NULL; in got_portmap()
271 recompute_portmap(fserver *fs) in recompute_portmap()
372 fserver *fs; in nfs_keepalive_callback()
496 fserver *fs = v; in nfs_keepalive_timeout()
570 fserver *fs = v; in nfs_keepalive()
684 fserver *
688 fserver *fs; in find_nfs_srvr()
[all …]
H A Damd.h215 typedef struct fserver fserver; typedef
249 typedef fserver *(*vffserver) (mntfs *);
430 fserver *mf_server; /* File server */
453 struct fserver { struct
558 extern fserver *find_nfs_srvr(mntfs *mf);
585 extern fserver *dup_srvr(fserver *);
586 extern void srvrlog(fserver *, char *);
612 extern void free_srvr(fserver *);
624 extern void map_flush_srvr(fserver *);
660 extern void wakeup_srvr(fserver *);
[all …]
H A Dops_TEMPLATE.c67 static fserver *foofs_ffserver(mntfs *mf);
283 static fserver *
H A Damfs_nfsl.c61 static fserver *amfs_nfsl_ffserver(mntfs *mf);
210 static fserver *
H A Dops_nfs.c98 fserver *fh_fs; /* Server holding filesystem */
309 flush_nfs_fhandle_cache(fserver *fs) in flush_nfs_fhandle_cache()
345 prime_nfs_fhandle_cache(char *path, fserver *fs, am_nfs_handle_t *fhbuf, mntfs *mf) in prime_nfs_fhandle_cache()
748 fserver *fs; in nfs_init()
785 fserver *fs = mf->mf_server; in mount_nfs_fh()
1054 fserver *fs; in nfs_umounted()
H A Dmntfs.c173 fserver *fs; in locate_mntfs()
186 fs = ops->ffserver ? (*ops->ffserver) (mf) : (fserver *) NULL; in locate_mntfs()
H A Damq_subr.c205 flush_nfs_fhandle_cache((fserver *) NULL); in amqproc_setopt_1_svc()
206 flush_srvr_nfs_cache((fserver *) NULL); in amqproc_setopt_1_svc()
H A Dmap.c583 map_flush_srvr(fserver *fs) in map_flush_srvr()
/freebsd-12.1/contrib/smbfs/examples/print/
H A Dprintcap.sample4 fserverlj|LJ6L on the fserver:\
/freebsd-12.1/contrib/amd/doc/
H A Dam-utils.texi3735 rvdmount fserver $@{fs@}";unmount:="/etc/rdvumount rvdumount $@{fs@}"}.
8161 @samp{fserver} in the example):
8179 /defaults sublink:=$@{/key@};rhost:=fserver;type:=link
8181 tex/fonts host!=fserver;type:=nfs;rfs:=/vol/tex \
8182 host==fserver;fs:=/usr/local/tex
8183 tex/lib host!=fserver;type:=nfs;rfs:=/vol/tex \
8184 host==fserver;fs:=/usr/local/tex
8186 host!=fserver;type:=nfs;rfs:=/vol/tex \
8187 host:=fserver;fs:=/usr/local/tex
8707 @c LocalWords: noindent gould rvdmount rvdunmount fserver mtmp unioned logfile
/freebsd-12.1/contrib/amd/
H A DChangeLog1862 the fserver, and copy only if it changed. If it did change, flush
1864 allows Amd to detect IP address changes even for an fserver that
1866 down. We handle the "totally down" fserver case in
1882 particular fserver may need forced/lazy unmounts when it's mntfs's
1887 fserver was flagged with FSF_FORCE_UNMOUNT, and the OS supports
1897 fserver in question.
1898 (flush_srvr_nfs_cache): pass fserver as argument, so we can
1899 selectively flush the NFS cache for a single fserver (or all of
2066 of a named but down fserver changed (i.e., the previous IP address
2067 is no longer responding). If so, then reset the fserver to the
[all …]