Home
last modified time | relevance | path

Searched refs:fh_fs (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/am-utils/dist/amd/
Dops_nfs.c100 fserver *fh_fs; /* Server holding filesystem */ member
225 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()
316 if (fp->fh_fs == fs || fs == NULL) { in flush_nfs_fhandle_cache()
320 if (!(fp->fh_fs->fs_flags & FSF_WEBNFS)) in flush_nfs_fhandle_cache()
334 if (fp->fh_fs) { in discard_fh()
335 dlog("Discarding filehandle for %s:%s", fp->fh_fs->fs_host, fp->fh_path); in discard_fh()
336 free_srvr(fp->fh_fs); in discard_fh()
[all …]
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog11653 (happens when remote host is down, and fp->fh_fs is NULL).