Searched refs:ni_next (Results 1 – 3 of 3) sorted by relevance
756 if (ndp->ni_pathlen == 1 && ndp->ni_next[0] == '\0') { in lookup_handle_rsrc_fork()765 strncpy(ndp->ni_next, _PATH_RSRCFORKSPEC, sizeof(_PATH_RSRCFORKSPEC)); in lookup_handle_rsrc_fork()766 cnp->cn_nameptr = ndp->ni_next + 1; in lookup_handle_rsrc_fork()768 ndp->ni_next += cnp->cn_namelen; in lookup_handle_rsrc_fork()769 if (ndp->ni_next[0] != '\0') { in lookup_handle_rsrc_fork()821 ndp->ni_next += cnp->cn_consume; in lookup_handle_found_vnode()852 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) { in lookup_handle_found_vnode()888 if (*ndp->ni_next == '/') { in lookup_handle_found_vnode()889 cnp->cn_nameptr = ndp->ni_next + 1; in lookup_handle_found_vnode()1014 ndp->ni_next = cnp->cn_nameptr; in lookup_handle_emptyname()[all …]
1667 char *ni_next; member1680 saved_statep->ni_next = ndp->ni_next; in save_ndp_state()1693 ndp->ni_next = saved_statep->ni_next; in restore_ndp_state()1792 ndp->ni_next = cp; in cache_lookup_path()1807 *ndp->ni_next = '\0'; in cache_lookup_path()1810 ndp->ni_next = cp; in cache_lookup_path()1839 ndp->ni_next[0] = '\0'; in cache_lookup_path()2055 (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/') { in cache_lookup_path()2143 cnp->cn_nameptr = ndp->ni_next + 1; in cache_lookup_path()
121 char *ni_next; /* next location in pathname */ member