Searched refs:un_path (Results 1 – 3 of 3) sorted by relevance
287 free(unp->un_path, M_UNIONFSPATH); in unionfs_nodeget_cleanup()368 unp->un_path = malloc(cnp->cn_namelen + 1, in unionfs_nodeget()370 bcopy(cnp->cn_nameptr, unp->un_path, cnp->cn_namelen); in unionfs_nodeget()371 unp->un_path[cnp->cn_namelen] = '\0'; in unionfs_nodeget()519 if (unp->un_path != NULL) { in unionfs_noderem()520 free(unp->un_path, M_UNIONFSPATH); in unionfs_noderem()521 unp->un_path = NULL; in unionfs_noderem()1192 if (unp->un_path == NULL) in unionfs_vn_create_on_upper()1196 nd.ni_cnd.cn_pnbuf = unp->un_path; in unionfs_vn_create_on_upper()1238 KASSERT(nd.ni_cnd.cn_pnbuf == unp->un_path, in unionfs_vn_create_on_upper()
100 char *un_path; /* path */ member
1067 path = unp->un_path; in unionfs_remove()1505 unp->un_path, unp->un_pathlen); in unionfs_rmdir()