Home
last modified time | relevance | path

Searched refs:pr_files (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h178 vnode_t **pr_files; /* contained files array (directory) */ member
H A Dprvnops.c3952 if ((vp = dpnp->pr_files[i]) != NULL && in pr_lookup_piddir()
3971 dpnp->pr_files[i] = vp = PTOV(pnp); in pr_lookup_piddir()
4258 if ((vp = dpnp->pr_files[i]) != NULL && in pr_lookup_lwpiddir()
4277 dpnp->pr_files[i] = vp = PTOV(pnp); in pr_lookup_lwpiddir()
4856 pnp->pr_files = in prgetnode()
4971 kmem_free(pnp->pr_files, nfiles * sizeof (vnode_t *)); in prfreenode()
6014 if (dpnp->pr_files != NULL && in prinactive()
6015 dpnp->pr_files[pnp->pr_index] == vp) in prinactive()
6016 dpnp->pr_files[pnp->pr_index] = NULL; in prinactive()