Lines Matching refs:cn_pnbuf
4289 uma_zfree(namei_zone, cnp->cn_pnbuf); in cache_fpl_cleanup_cnp()
4290 cnp->cn_pnbuf = NULL; in cache_fpl_cleanup_cnp()
4354 fpl->ndp->ni_cnd.cn_nameptr = fpl->ndp->ni_cnd.cn_pnbuf; in cache_fpl_restore_abort()
4538 MPASS(fpl->nulchar > fpl->cnp->cn_pnbuf); in cache_fpl_istrailingslash()
4609 if (!((cnp->cn_flags & EMPTYPATH) != 0 && cnp->cn_pnbuf[0] == '\0')) { in cache_fplookup_dirfd()
4685 cnp->cn_nameptr, fpl->snd.cn_nameptr, cnp->cn_pnbuf); in cache_fplookup_partial_setup()
4712 cnp->cn_nameptr, cnp->cn_nameptr, cnp->cn_pnbuf); in cache_fplookup_partial_setup()
5072 for (cp = cnp->cn_pnbuf; *cp != '\0'; cp++) { in cache_fplookup_degenerate()
5075 cnp->cn_pnbuf)); in cache_fplookup_degenerate()
5124 MPASS(*cnp->cn_pnbuf == '\0'); in cache_fplookup_emptypath()
5188 if (cnp->cn_pnbuf[0] == '\0') { in cache_fplookup_noentry()
5466 cnp->cn_nameptr, cnp->cn_nameptr, cnp->cn_pnbuf); in cache_symlink_resolve()
5480 bcopy(ndp->ni_next, cnp->cn_pnbuf + len, ndp->ni_pathlen); in cache_symlink_resolve()
5484 cnp->cn_pnbuf[len] = '/'; in cache_symlink_resolve()
5485 cnp->cn_pnbuf[len + 1] = '\0'; in cache_symlink_resolve()
5487 cnp->cn_pnbuf[len] = '\0'; in cache_symlink_resolve()
5490 bcopy(string, cnp->cn_pnbuf, len); in cache_symlink_resolve()
5494 cnp->cn_nameptr = cnp->cn_pnbuf; in cache_symlink_resolve()
5871 MPASS(&cnp->cn_nameptr[fpl->debug.ni_pathlen - 1] >= cnp->cn_pnbuf); in cache_fplookup_parse()
5875 fpl->nulchar, cnp->cn_pnbuf)); in cache_fplookup_parse()
5878 cnp->cn_pnbuf)); in cache_fplookup_parse()
5928 cnp->cn_nameptr, cnp->cn_pnbuf, cnp->cn_pnbuf)); in cache_fplookup_parse_advance()
6017 cnp->cn_pnbuf)); in cache_fplookup_trailingslash()
6020 cnp->cn_pnbuf)); in cache_fplookup_trailingslash()
6023 cnp->cn_pnbuf)); in cache_fplookup_trailingslash()
6024 MPASS(cnp->cn_nameptr > cnp->cn_pnbuf); in cache_fplookup_trailingslash()
6048 while (cnp->cn_nameptr >= cnp->cn_pnbuf) { in cache_fplookup_trailingslash()
6061 while (cnp->cn_nameptr > cnp->cn_pnbuf) { in cache_fplookup_trailingslash()
6080 cnp->cn_nameptr, cnp->cn_nameptr, cnp->cn_pnbuf); in cache_fplookup_trailingslash()
6128 if (cnp->cn_pnbuf[0] == '\0') { in cache_fplookup_failed_vexec()
6380 MPASS(cnp->cn_nameptr == cnp->cn_pnbuf); in cache_fplookup()
6404 if (cnp->cn_pnbuf[0] == '/') { in cache_fplookup()
6418 SDT_PROBE4(vfs, namei, lookup, entry, dvp, cnp->cn_pnbuf, cnp->cn_flags, true); in cache_fplookup()