Home
last modified time | relevance | path

Searched refs:prvnodeops (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvfsops.c133 vn_setops(vp, prvnodeops); in prinitrootnode()
169 error = vn_make_ops(name, pr_vnodeops_template, &prvnodeops); in prinit()
H A Dprdata.h272 extern struct vnodeops *prvnodeops;
H A Dprvnops.c83 vnodeops_t *prvnodeops; variable
4463 vn_setops(vp, prvnodeops); in prgetnode()
5866 if (!vn_matchops(vp1, prvnodeops) || !vn_matchops(vp2, prvnodeops)) in prcmp()
H A Dprsubr.c3948 return (vn_matchops(vp, prvnodeops) && VTOP(vp)->pr_type == PR_OBJECT); in pr_isobject()
3962 return (vn_matchops(vp, prvnodeops) && in pr_isself()