Searched refs:cn_pnbuf (Results 1 – 3 of 3) sorted by relevance
257 uma_zfree(namei_zone, cnp->cn_pnbuf); in namei_cleanup_cnp()259 cnp->cn_pnbuf = NULL; in namei_cleanup_cnp()343 if (cnp->cn_pnbuf[0] == '/') { in namei_setup()407 if (cnp->cn_pnbuf[0] == '/') { in namei_setup()473 cnp->cn_nameptr = cnp->cn_pnbuf; in namei_getpath()564 ktrnamei(cnp->cn_pnbuf); in namei()644 cp = cnp->cn_pnbuf; in namei()675 uma_zfree(namei_zone, cnp->cn_pnbuf); in namei()676 cnp->cn_pnbuf = cp; in namei()678 cnp->cn_pnbuf[linklen] = '\0'; in namei()[all …]
3751 cnp->cn_pnbuf = NULL; in cache_fpl_cleanup_cnp()4534 cnp->cn_pnbuf)); in cache_fplookup_degenerate()4901 cnp->cn_pnbuf[len] = '/'; in cache_symlink_resolve()4902 cnp->cn_pnbuf[len + 1] = '\0'; in cache_symlink_resolve()4904 cnp->cn_pnbuf[len] = '\0'; in cache_symlink_resolve()5281 cnp->cn_pnbuf)); in cache_fplookup_parse()5327 cnp->cn_nameptr, cnp->cn_pnbuf, cnp->cn_pnbuf)); in cache_fplookup_parse_advance()5416 cnp->cn_pnbuf)); in cache_fplookup_trailingslash()5419 cnp->cn_pnbuf)); in cache_fplookup_trailingslash()5422 cnp->cn_pnbuf)); in cache_fplookup_trailingslash()[all …]
58 char *cn_pnbuf; /* pathname buffer */ member