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

/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c716 "nametimeo", "negnametimeo", "nocto", "noncontigwr", "wcommitsize",
761 int nametimeo = NFS_DEFAULT_NAMETIMEO; local
972 if (vfs_getopt(mp->mnt_optnew, "nametimeo", (void **)&opt, NULL) == 0) {
973 ret = sscanf(opt, "%d", &nametimeo);
974 if (ret != 1 || nametimeo < 0) {
975 vfs_mount_error(mp, "illegal nametimeo: %s", opt);
1134 nametimeo, negnametimeo);
1179 struct ucred *cred, struct thread *td, int nametimeo, int negnametimeo)
1253 nmp->nm_nametimeo = nametimeo;
1730 nfscl_printoptval(nmp, nmp->nm_nametimeo, ",nametimeo",
1176 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) argument
[all...]
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vfsops.c792 "nametimeo",
841 int nametimeo = NFS_DEFAULT_NAMETIMEO; local
1064 if (vfs_getopt(mp->mnt_optnew, "nametimeo", (void **)&opt, NULL) == 0) {
1065 ret = sscanf(opt, "%d", &nametimeo);
1066 if (ret != 1 || nametimeo < 0) {
1067 vfs_mount_error(mp, "illegal nametimeo: %s", opt);
1192 curthread->td_ucred, nametimeo, negnametimeo);
1234 char *hst, struct vnode **vpp, struct ucred *cred, int nametimeo,
1285 nmp->nm_nametimeo = nametimeo;
1233 mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam, char *hst, struct vnode **vpp, struct ucred *cred, int nametimeo, int negnametimeo) argument

Completed in 111 milliseconds