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

/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c739 "minorversion", "nametimeo", "negnametimeo", "nocto", "noncontigwr",
881 int nametimeo = NFS_DEFAULT_NAMETIMEO; local
1126 if (vfs_getopt(mp->mnt_optnew, "nametimeo", (void **)&opt, NULL) == 0) {
1127 ret = sscanf(opt, "%d", &nametimeo);
1128 if (ret != 1 || nametimeo < 0) {
1129 vfs_mount_error(mp, "illegal nametimeo: %s", opt);
1318 nametimeo, negnametimeo, minvers);
1363 struct ucred *cred, struct thread *td, int nametimeo, int negnametimeo,
1443 nmp->nm_nametimeo = nametimeo;
1988 nfscl_printoptval(nmp, nmp->nm_nametimeo, ",nametimeo",
1360 mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam, char *hst, u_char *krbname, int krbnamelen, u_char *dirpath, int dirlen, u_char *srvkrbname, int srvkrbnamelen, struct vnode **vpp, struct ucred *cred, struct thread *td, int nametimeo, int negnametimeo, int minvers) argument
[all...]

Completed in 97 milliseconds