Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_lookup.c270 ndp->ni_pathlen = (u_int)bytes_copied; in namei()
291 if (ndp->ni_pathlen >= VOLFS_MIN_PATH_LEN && in namei()
323 ndp->ni_pathlen = (u_int)tmp_len; in namei()
384 ndp->ni_pathlen--; in namei()
759 if (ndp->ni_pathlen == 1 && ndp->ni_next[0] == '\0') { in lookup_handle_rsrc_fork()
825 ndp->ni_pathlen -= cnp->cn_consume; in lookup_handle_found_vnode()
893 ndp->ni_pathlen--; in lookup_handle_found_vnode()
896 ndp->ni_pathlen--; in lookup_handle_found_vnode()
1690 if (ndp->ni_pathlen > 1 || !(cnp->cn_flags & HASBUF)) {
1725 } else if (linklen + ndp->ni_pathlen + rsrclen > MAXPATHLEN) {
[all …]
H A Dvfs_cache.c1584 ndp->ni_pathlen -= cnp->cn_namelen; in cache_lookup_path()
1596 ndp->ni_pathlen--; in cache_lookup_path()
1635 if ((ndp->ni_pathlen == sizeof(_PATH_RSRCFORKSPEC)) && in cache_lookup_path()
1647 ndp->ni_pathlen = 1; in cache_lookup_path()
1872 ndp->ni_pathlen--; in cache_lookup_path()
1875 ndp->ni_pathlen--; in cache_lookup_path()
/xnu-8792.61.2/bsd/sys/
H A Dnamei.h121 u_int ni_pathlen; /* remaining chars in path */ member
/xnu-8792.61.2/bsd/nfs/
H A Dnfs_subs.c970 nip->ni_pathlen = len; in nfsm_chain_get_path_namei()
2032 xnd.ni_pathlen = (uint32_t)pathlen - 1; // pathlen max value is equal to MAXPATHLEN in nfsrv_export()