HomeSort by: relevance | last modified time | path
    Searched refs:ni_pathlen (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
vfs_lookup.c 418 * The pathname is pointed to by ni_ptr and is of length ni_pathlen.
659 ndp->ni_pnbuf, ndp->ni_pathlen);
661 ktrnamei(ndp->ni_pnbuf, ndp->ni_pathlen);
678 ndp->ni_pathlen = strlen(ndp->ni_pnbuf) + 1;
683 if (ndp->ni_pathlen == 1) {
791 (linklen + ndp->ni_pathlen >= MAXPATHLEN)) {
795 if (ndp->ni_pathlen > 1) {
797 memcpy(cp + linklen, ndp->ni_next, ndp->ni_pathlen);
801 ndp->ni_pathlen += linklen;
802 memcpy(ndp->ni_pnbuf, cp, ndp->ni_pathlen);
    [all...]
  /src/sys/sys/
namei.h 130 size_t ni_pathlen; /* remaining chars in path */ member in struct:nameidata
namei.src 122 size_t ni_pathlen; /* remaining chars in path */
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 390 for (i = 1; i < ndp->ni_pathlen; i++)
393 if (i == ndp->ni_pathlen) {
451 if ((cnp->cn_flags & LOCKPARENT) && ndp->ni_pathlen == 1)
462 if (ndp->ni_pathlen > 1)
478 if (ndp->ni_pathlen > 1)
490 if (linklen + ndp->ni_pathlen >= MAXPATHLEN) {
498 if (ndp->ni_pathlen > 1) {
499 NFSBCOPY(ndp->ni_next, cp + linklen, ndp->ni_pathlen);
504 ndp->ni_pathlen += linklen;
nfs_nfsdserv.c 524 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen);
1001 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen);
1212 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen);
1382 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen);
1473 error = nfsrv_parsename(nd, bufp, hashp, &fromnd.ni_pathlen);
1534 error = nfsrv_parsename(nd, tbufp, hashp, &tond.ni_pathlen);
1666 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen);
1742 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen);
1860 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen);
2792 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen);
    [all...]

Completed in 18 milliseconds