Home
last modified time | relevance | path

Searched refs:ni_pathlen (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/kern/
Dvfs_lookup.c147 ndp->ni_pathlen = strlcpy(cnp->cn_pnbuf, ndp->ni_dirp, in namei()
149 if (ndp->ni_pathlen >= MAXPATHLEN) { in namei()
153 ndp->ni_pathlen++; /* ni_pathlen includes NUL */ in namei()
157 MAXPATHLEN, &ndp->ni_pathlen); in namei()
162 if (error == 0 && ndp->ni_pathlen == 1) in namei()
177 char *end = cnp->cn_pnbuf + ndp->ni_pathlen - 2; in namei()
185 ndp->ni_pathlen -= (end - cp); in namei()
282 if (ndp->ni_pathlen > 1) in namei()
298 if (ndp->ni_pathlen > 1) in namei()
307 if (linklen + ndp->ni_pathlen >= MAXPATHLEN) { in namei()
[all …]
/openbsd/src/sys/sys/
Dnamei.h74 size_t ni_pathlen; /* remaining chars in path */ member
/openbsd/src/sys/nfs/
Dnfs_srvsubs.c120 ndp->ni_pathlen = tocp - cnp->cn_pnbuf; in nfs_namei()
153 if ((cnp->cn_flags & LOCKPARENT) && ndp->ni_pathlen == 1) in nfs_namei()