Searched refs:nfs_msg (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 130 static int nfs_msg(struct thread *, const char *, const char *, int); 1656 nfs_msg(struct thread *td, const char *server, const char *msg, int error) in nfs_msg() function 1692 nfs_msg(td, nmp->nm_mountp->mnt_stat.f_mntfromname, msg, error); in nfs_down() 1702 nfs_msg(td, nmp->nm_mountp->mnt_stat.f_mntfromname, msg, 0); in nfs_up()
|