Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vfs/
H A Dvfs_lookup.c759 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()
1013 ndp->ni_next = cnp->cn_nameptr; in lookup_handle_emptyname()
[all …]
H A Dvfs_cache.c1566 ndp->ni_next = cp; in cache_lookup_path()
1581 *ndp->ni_next = '\0'; in cache_lookup_path()
1584 ndp->ni_next = cp; in cache_lookup_path()
1627 ndp->ni_next[0] = '\0'; in cache_lookup_path()
1806 (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/') { in cache_lookup_path()
1852 cnp->cn_nameptr = ndp->ni_next + 1; in cache_lookup_path()
/xnu-8020.101.4/bsd/sys/
H A Dnamei.h122 char *ni_next; /* next location in pathname */ member