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

/freebsd-11-stable/contrib/amd/amd/
H A Dsrvr_amfs_auto.c68 fs->fs_host = xstrdup("localhost");
117 dlog("Deleting file server %s", fs->fs_host);
139 XFREE(fs->fs_host);
164 dlog("Last hard reference to file server %s - will timeout in %ds", fs->fs_host, ttl);
204 plog(XLOG_INFO, "file server %s, type %s, state %s", fs->fs_host, fs->fs_type, state);
H A Dsrvr_nfs.c202 dlog("got port (%d) for mountd on %s", (int) port, fs->fs_host);
213 dlog("Error fetching port for mountd on %s", fs->fs_host);
297 (int) fs->fs_version, fs->fs_host);
404 dlog("file server %s type nfs is still up", fs->fs_host);
457 hp = gethostbyname(fs->fs_host);
460 !STREQ((char *) hp->h_name, fs->fs_host) ||
470 fs->fs_host, old_ipaddr, new_ipaddr);
548 dlog("%d pings to %s failed - at most %d allowed", np->np_ping, fs->fs_host, MAX_ALLOWED_PINGS);
614 dlog("Sent NFS ping to %s", fs->fs_host);
651 plog(XLOG_INFO, "initializing %s's pinger to %d sec", fs->fs_host, pingva
[all...]
H A Dops_nfs.c223 dlog("got filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path);
225 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path);
287 dlog("got filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path);
289 plog(XLOG_USER, "filehandle denied for %s:%s", fp->fh_fs->fs_host, fp->fh_path);
333 dlog("Discarding filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path);
351 dlog("Searching cache for %s:%s", fs->fs_host, path);
394 fs->fs_host, path);
398 fs->fs_host, path);
629 fp->fh_fs->fs_host);
H A Damfs_host.c346 host = mf->mf_server->fs_host;
657 host = mf->mf_server->fs_host;
H A Dmap.c592 plog(XLOG_INFO, "Flushed %s; dependent on %s", mp->am_path, fs->fs_host);
938 plog(XLOG_STATS, "file server %s is down - timeout of \"%s\" ignored", mf->mf_server->fs_host, mp->am_path);
H A Damq_subr.c502 if (!xdr_amq_string(xdrs, &mf->mf_server->fs_host)) {
H A Damd.h456 char *fs_host; /* Normalized hostname of server */ member in struct:fserver
H A Damfs_generic.c757 dlog("%s is already hung - giving up", mf->mf_server->fs_host);

Completed in 139 milliseconds