Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dacct.c62 struct vnode *acctvp; member
109 ag->acctvp = NULL; in acct_init()
124 if (ag->acctvp) { in acct_shutdown()
130 (void) VOP_CLOSE(ag->acctvp, FWRITE, 1, (offset_t)0, kcred, in acct_shutdown()
132 VN_RELE(ag->acctvp); in acct_shutdown()
134 ag->acctvp = NULL; in acct_shutdown()
220 if (ag->acctvp == NULL) { in acct_find()
224 if (VOP_REALVP(ag->acctvp, &racctvp, NULL)) in acct_find()
225 racctvp = ag->acctvp; in acct_find()
278 vp = ag->acctvp; in sysacct()
[all …]