Home
last modified time | relevance | path

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

/trueos/contrib/amd/amd/
HDsrvr_amfs_auto.c72 fs->fs_host = strdup("localhost"); in amfs_generic_find_srvr()
121 dlog("Deleting file server %s", fs->fs_host); in timeout_srvr()
144 XFREE(fs->fs_host); in timeout_srvr()
169 dlog("Last hard reference to file server %s - will timeout in %ds", fs->fs_host, ttl); in free_srvr()
209 plog(XLOG_INFO, "file server %s, type %s, state %s", fs->fs_host, fs->fs_type, state); in srvrlog()
HDsrvr_nfs.c202 dlog("got port (%d) for mountd on %s", (int) port, fs->fs_host); in got_portmap()
213 dlog("Error fetching port for mountd on %s", fs->fs_host); in got_portmap()
297 (int) fs->fs_version, fs->fs_host); in recompute_portmap()
395 dlog("file server %s type nfs is still up", fs->fs_host); in nfs_keepalive_callback()
448 hp = gethostbyname(fs->fs_host); in check_fs_addr_change()
451 !STREQ((char *) hp->h_name, fs->fs_host) || in check_fs_addr_change()
461 fs->fs_host, old_ipaddr, new_ipaddr); in check_fs_addr_change()
539 … dlog("%d pings to %s failed - at most %d allowed", np->np_ping, fs->fs_host, MAX_ALLOWED_PINGS); in nfs_keepalive_timeout()
603 dlog("Sent NFS ping to %s", fs->fs_host); in nfs_keepalive()
640 plog(XLOG_INFO, "initializing %s's pinger to %d sec", fs->fs_host, pingval); in start_nfs_pings()
[all …]
HDops_nfs.c216 dlog("got filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in got_nfs_fh_mount()
218 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in got_nfs_fh_mount()
280 dlog("got filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in got_nfs_fh_webnfs()
282 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in got_nfs_fh_webnfs()
326 dlog("Discarding filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in discard_fh()
345 dlog("Searching cache for %s:%s", fs->fs_host, path); in prime_nfs_fhandle_cache()
388 fs->fs_host, path); in prime_nfs_fhandle_cache()
392 fs->fs_host, path); in prime_nfs_fhandle_cache()
621 fp->fh_fs->fs_host); in webnfs_lookup()
HDamfs_host.c343 host = mf->mf_server->fs_host; in amfs_host_mount()
656 host = mf->mf_server->fs_host; in amfs_host_umounted()
HDmap.c588 plog(XLOG_INFO, "Flushed %s; dependent on %s", mp->am_path, fs->fs_host); in map_flush_srvr()
914 …plog(XLOG_STATS, "file server %s is down - timeout of \"%s\" ignored", mf->mf_server->fs_host, mp-… in unmount_mp()
HDamq_subr.c449 if (!xdr_amq_string(xdrs, &mf->mf_server->fs_host)) { in xdr_amq_mount_info_qelem()
HDamd.h443 char *fs_host; /* Normalized hostname of server */ member
HDamfs_generic.c735 dlog("%s is already hung - giving up", mf->mf_server->fs_host); in amfs_bgmount()