Searched refs:ni_next (Results 1 – 3 of 3) sorted by relevance
759 if (ndp->ni_pathlen == 1 && ndp->ni_next[0] == '\0') { in lookup_handle_rsrc_fork()768 strncpy(ndp->ni_next, _PATH_RSRCFORKSPEC, sizeof(_PATH_RSRCFORKSPEC)); in lookup_handle_rsrc_fork()769 cnp->cn_nameptr = ndp->ni_next + 1; in lookup_handle_rsrc_fork()771 ndp->ni_next += cnp->cn_namelen; in lookup_handle_rsrc_fork()772 if (ndp->ni_next[0] != '\0') { in lookup_handle_rsrc_fork()824 ndp->ni_next += cnp->cn_consume; in lookup_handle_found_vnode()855 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) { in lookup_handle_found_vnode()891 if (*ndp->ni_next == '/') { in lookup_handle_found_vnode()892 cnp->cn_nameptr = ndp->ni_next + 1; in lookup_handle_found_vnode()1017 ndp->ni_next = cnp->cn_nameptr; in lookup_handle_emptyname()[all …]
1655 char *ni_next; member1668 saved_statep->ni_next = ndp->ni_next; in save_ndp_state()1681 ndp->ni_next = saved_statep->ni_next; in restore_ndp_state()1780 ndp->ni_next = cp; in cache_lookup_path()1795 *ndp->ni_next = '\0'; in cache_lookup_path()1798 ndp->ni_next = cp; in cache_lookup_path()1827 ndp->ni_next[0] = '\0'; in cache_lookup_path()2043 (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/') { in cache_lookup_path()2131 cnp->cn_nameptr = ndp->ni_next + 1; in cache_lookup_path()
123 char *ni_next; /* next location in pathname */ member