Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dacct.c216 vnode_t *racctvp; in acct_find() local
224 if (VOP_REALVP(ag->acctvp, &racctvp, NULL)) in acct_find()
225 racctvp = ag->acctvp; in acct_find()
227 if (racctvp->v_vfsp == realvp->v_vfsp) in acct_find()
230 if (VN_CMP(realvp, racctvp)) in acct_find()