Lines Matching refs:ni_cnd
83 ndp->ni_cnd.cn_flags &= ~NAMEI_INTERNAL_FLAGS; \
92 ndp->ni_cnd.cn_flags |= ISRESTARTED; \
285 NI_CAP_VIOLATION(ndp, ndp->ni_cnd.cn_pnbuf); in nameicap_check_dotdot()
298 NI_CAP_VIOLATION(ndp, ndp->ni_cnd.cn_pnbuf); in nameicap_check_dotdot()
316 cnp = &ndp->ni_cnd; in namei_handle_root()
342 cnp = &ndp->ni_cnd; in namei_setup()
460 cnp = &ndp->ni_cnd; in namei_getpath()
486 cnp = &ndp->ni_cnd; in namei_emptypath()
532 cnp = &ndp->ni_cnd; in namei_follow_link()
619 cnp = &ndp->ni_cnd; in namei()
640 ndp->ni_cnd.cn_cred = td->td_ucred; in namei()
743 was_restarted = ndp->ni_cnd.cn_flags & in namei()
755 ndp->ni_cnd.cn_flags |= was_restarted; in namei()
864 cnp = &ndp->ni_cnd; in vfs_lookup_degenerate()
909 return (__containerof(cnp, struct nameidata, ni_cnd)); in vfs_lookup_nameidata()
919 for (struct prison *pr = ndp->ni_cnd.cn_cred->cr_prison; pr != NULL; in vfs_lookup_isroot()
940 cnp = &ndp->ni_cnd; in vfs_lookup_failifexists()
963 cnp = &ndp->ni_cnd; in vfs_lookup_cross_mount()
1092 struct componentname *cnp = &ndp->ni_cnd; in vfs_lookup()
1676 cnp = &ndp->ni_cnd; in NDVALIDATE_impl()