Searched refs:fserver (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | srvr_amfs_auto.c | 56 static fserver *localhost; 62 fserver * 65 fserver *fs = localhost; in amfs_generic_find_srvr() 68 fs = ALLOC(struct fserver); in amfs_generic_find_srvr() 99 wakeup_srvr(fserver *fs) in wakeup_srvr() 112 fserver *fs = v; in timeout_srvr() 155 free_srvr(fserver *fs) in free_srvr() 192 fserver * 193 dup_srvr(fserver *fs) in dup_srvr() 204 srvrlog(fserver *fs, char *state) in srvrlog()
|
| H A D | srvr_nfs.c | 121 flush_srvr_nfs_cache(fserver *fs) in flush_srvr_nfs_cache() 123 fserver *fs2 = NULL; in flush_srvr_nfs_cache() 125 ITER(fs2, fserver, &nfs_srvr_list) { in flush_srvr_nfs_cache() 188 fserver *fs2 = (fserver *) idv; in got_portmap() 189 fserver *fs = NULL; in got_portmap() 194 ITER(fs, fserver, &nfs_srvr_list) in got_portmap() 237 call_portmap(fserver *fs, AUTH *auth, u_long prog, u_long vers, u_long prot) in call_portmap() 273 recompute_portmap(fserver *fs) in recompute_portmap() 313 get_mountd_port(fserver *fs, u_short *port, wchan_t wchan) in get_mountd_port() 374 fserver *fs; in nfs_keepalive_callback() [all …]
|
| H A D | amd.h | 217 typedef struct fserver fserver; typedef 251 typedef fserver *(*vffserver) (mntfs *); 432 fserver *mf_server; /* File server */ 455 struct fserver { struct 560 extern fserver *find_nfs_srvr(mntfs *mf); 574 extern void flush_srvr_nfs_cache(fserver *fs); 587 extern fserver *dup_srvr(fserver *); 588 extern void srvrlog(fserver *, char *); 589 extern int get_mountd_port(fserver *, u_short *, wchan_t); 590 extern void flush_nfs_fhandle_cache(fserver *); [all …]
|
| H A D | ops_TEMPLATE.c | 69 static fserver *foofs_ffserver(mntfs *mf); 285 static fserver *
|
| H A D | amfs_nfsl.c | 63 static fserver *amfs_nfsl_ffserver(mntfs *mf); 212 static fserver *
|
| H A D | ops_nfs.c | 100 fserver *fh_fs; /* Server holding filesystem */ 311 flush_nfs_fhandle_cache(fserver *fs) in flush_nfs_fhandle_cache() 347 prime_nfs_fhandle_cache(char *path, fserver *fs, am_nfs_handle_t *fhbuf, mntfs *mf) in prime_nfs_fhandle_cache() 750 fserver *fs; in nfs_init() 787 fserver *fs = mf->mf_server; in mount_nfs_fh() 1056 fserver *fs; in nfs_umounted()
|
| H A D | mntfs.c | 175 fserver *fs; in locate_mntfs() 188 fs = ops->ffserver ? (*ops->ffserver) (mf) : (fserver *) NULL; in locate_mntfs()
|
| H A D | amq_subr.c | 207 flush_nfs_fhandle_cache((fserver *) NULL); in amqproc_setopt_1_svc() 208 flush_srvr_nfs_cache((fserver *) NULL); in amqproc_setopt_1_svc()
|
| H A D | map.c | 585 map_flush_srvr(fserver *fs) in map_flush_srvr()
|
| /netbsd-src/external/bsd/am-utils/dist/doc/ |
| H A D | am-utils.texi | 3736 rvdmount fserver $@{fs@}";unmount:="/etc/rdvumount rvdumount $@{fs@}"}. 8162 @samp{fserver} in the example): 8180 /defaults sublink:=$@{/key@};rhost:=fserver;type:=link 8182 tex/fonts host!=fserver;type:=nfs;rfs:=/vol/tex \ 8183 host==fserver;fs:=/usr/local/tex 8184 tex/lib host!=fserver;type:=nfs;rfs:=/vol/tex \ 8185 host==fserver;fs:=/usr/local/tex 8187 host!=fserver;type:=nfs;rfs:=/vol/tex \ 8188 host:=fserver;fs:=/usr/local/tex 8708 @c LocalWords: noindent gould rvdmount rvdunmount fserver mtmp unioned logfile
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | ChangeLog | 1868 the fserver, and copy only if it changed. If it did change, flush 1870 allows Amd to detect IP address changes even for an fserver that 1872 down. We handle the "totally down" fserver case in 1888 particular fserver may need forced/lazy unmounts when it's mntfs's 1893 fserver was flagged with FSF_FORCE_UNMOUNT, and the OS supports 1903 fserver in question. 1904 (flush_srvr_nfs_cache): pass fserver as argument, so we can 1905 selectively flush the NFS cache for a single fserver (or all of 2072 of a named but down fserver changed (i.e., the previous IP address 2073 is no longer responding). If so, then reset the fserver to the [all …]
|