Searched refs:nfs_connect (Results 1 – 3 of 3) sorted by relevance
1289 int nfs_connect(struct nfsmount *, int, int);
1223 nfs_connect(struct nfsmount *nmp, int verbose, int timeo) in nfs_connect() function1944 while ((error = nfs_connect(nmp, verbose, timeo))) { in nfs_reconnect()
2200 error = nfs_connect(nmp, 1, timeo); in nfs_mount_connect_thread()