Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_lookup.c674 bcopy(ndp->ni_next, cp + linklen, ndp->ni_pathlen); in namei()
870 prev_ni_next = ndp->ni_next; in lookup()
871 ndp->ni_next = cp; in lookup()
884 *ndp->ni_next = '\0'; in lookup()
888 ndp->ni_next = cp; in lookup()
898 if (*ndp->ni_next == 0) in lookup()
1155 *ndp->ni_next == '/')) { in lookup()
1184 KASSERT((cnp->cn_flags & ISLASTCN) || *ndp->ni_next == '/', in lookup()
1189 ndp->ni_next = prev_ni_next; in lookup()
1206 if (*ndp->ni_next == '/') { in lookup()
[all …]
H A Dvfs_cache.c3993 return (*ndp->ni_next == 0); in cache_fpl_islastcn()
4897 bcopy(ndp->ni_next, cnp->cn_pnbuf + len, ndp->ni_pathlen); in cache_symlink_resolve()
5312 ndp->ni_next = cp; in cache_fplookup_parse()
5324 cnp->cn_nameptr = ndp->ni_next; in cache_fplookup_parse_advance()
5366 ndp->ni_next = cnp->cn_nameptr; in cache_fplookup_skip_slashes()
5440 ndp->ni_next = &cnp->cn_nameptr[0]; in cache_fplookup_trailingslash()
/f-stack/freebsd/sys/
H A Dnamei.h106 char *ni_next; /* next location in pathname */ member