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

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

Completed in 56 milliseconds