Searched refs:pr_files (Results 1 – 2 of 2) sorted by relevance
172 vnode_t **pr_files; /* contained files array (directory) */ member
3630 if ((vp = dpnp->pr_files[i]) != NULL && in pr_lookup_piddir()3649 dpnp->pr_files[i] = vp = PTOV(pnp); in pr_lookup_piddir()3936 if ((vp = dpnp->pr_files[i]) != NULL && in pr_lookup_lwpiddir()3955 dpnp->pr_files[i] = vp = PTOV(pnp); in pr_lookup_lwpiddir()4483 pnp->pr_files = in prgetnode()4593 kmem_free(pnp->pr_files, nfiles * sizeof (vnode_t *)); in prfreenode()5610 if (dpnp->pr_files != NULL && in prinactive()5611 dpnp->pr_files[pnp->pr_index] == vp) in prinactive()5612 dpnp->pr_files[pnp->pr_index] = NULL; in prinactive()