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

/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h189 int mdspathlen; /* Length of MDS mount for DS path on MDS */ member in struct:nfsd_nfsd_args
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3461 nfsdarg.mdspathlen = 0;
3471 nfsdarg.mdspathlen > 0 && nfsdarg.mdspathlen < 10000 &&
3477 " mdspathlen=%d mirrorcnt=%d\n", nfsdarg.addrlen,
3479 nfsdarg.mdspathlen, nfsdarg.mirrorcnt);
3507 cp = malloc(nfsdarg.mdspathlen + 1, M_TEMP, M_WAITOK);
3508 error = copyin(nfsdarg.mdspath, cp, nfsdarg.mdspathlen);
3516 cp[nfsdarg.mdspathlen] = '\0'; /* Ensure nul term. */
3526 nfsdarg.mdspathlen = 0;
H A Dnfs_nfsdstate.c7982 mdspathp < (args->mdspath + args->mdspathlen)) {
/freebsd-12-stable/usr.sbin/nfsd/
H A Dnfsd.c1346 nfsdargp->mdspathlen = mdspathcnt;

Completed in 149 milliseconds