Home
last modified time | relevance | path

Searched refs:fs_host (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsrvr_amfs_auto.c70 fs->fs_host = xstrdup("localhost"); in amfs_generic_find_srvr()
119 dlog("Deleting file server %s", fs->fs_host); in timeout_srvr()
141 XFREE(fs->fs_host); in timeout_srvr()
166 dlog("Last hard reference to file server %s - will timeout in %ds", fs->fs_host, ttl); in free_srvr()
206 plog(XLOG_INFO, "file server %s, type %s, state %s", fs->fs_host, fs->fs_type, state); in srvrlog()
H A Dsrvr_nfs.c204 dlog("got port (%d) for mountd on %s", (int) port, fs->fs_host); in got_portmap()
215 dlog("Error fetching port for mountd on %s", fs->fs_host); in got_portmap()
299 (int) fs->fs_version, fs->fs_host); in recompute_portmap()
406 dlog("file server %s type nfs is still up", fs->fs_host); in nfs_keepalive_callback()
459 hp = gethostbyname(fs->fs_host); in check_fs_addr_change()
462 !STREQ((char *) hp->h_name, fs->fs_host) || in check_fs_addr_change()
472 fs->fs_host, old_ipaddr, new_ipaddr); in check_fs_addr_change()
550 … dlog("%d pings to %s failed - at most %d allowed", np->np_ping, fs->fs_host, MAX_ALLOWED_PINGS); in nfs_keepalive_timeout()
616 dlog("Sent NFS ping to %s", fs->fs_host); in nfs_keepalive()
653 plog(XLOG_INFO, "initializing %s's pinger to %d sec", fs->fs_host, pingval); in start_nfs_pings()
[all …]
H A Dops_nfs.c225 dlog("got filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in got_nfs_fh_mount()
227 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in got_nfs_fh_mount()
289 dlog("got filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in got_nfs_fh_webnfs()
291 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in got_nfs_fh_webnfs()
335 dlog("Discarding filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in discard_fh()
353 dlog("Searching cache for %s:%s", fs->fs_host, path); in prime_nfs_fhandle_cache()
396 fs->fs_host, path); in prime_nfs_fhandle_cache()
400 fs->fs_host, path); in prime_nfs_fhandle_cache()
631 fp->fh_fs->fs_host); in webnfs_lookup()
H A Damfs_host.c348 host = mf->mf_server->fs_host; in amfs_host_mount()
659 host = mf->mf_server->fs_host; in amfs_host_umounted()
H A Dmap.c594 plog(XLOG_INFO, "Flushed %s; dependent on %s", mp->am_path, fs->fs_host); in map_flush_srvr()
940 …plog(XLOG_STATS, "file server %s is down - timeout of \"%s\" ignored", mf->mf_server->fs_host, mp-… in unmount_mp()
H A Damq_subr.c504 if (!xdr_amq_string(xdrs, &mf->mf_server->fs_host)) { in xdr_amq_mount_info_qelem()
H A Damd.h458 char *fs_host; /* Normalized hostname of server */ member
H A Damfs_generic.c759 dlog("%s is already hung - giving up", mf->mf_server->fs_host); in amfs_bgmount()