Searched refs:acctp (Results 1 – 2 of 2) sorted by relevance
130 struct vnode *acctp; variable204 if (acctp != NULLVP || suspend_acctp != NULLVP) { in acct()206 error = vn_close((acctp != NULLVP ? acctp : suspend_acctp), in acct()209 acctp = suspend_acctp = NULLVP; in acct()220 acctp = nd.ni_vp; in acct()247 vp = acctp; in acct_process()391 acctp = suspend_acctp; in acctwatch()395 } else if (acctp != NULLVP) { in acctwatch()401 if (acctp->v_type == VBAD) { in acctwatch()402 (void) vn_close(acctp, FWRITE, vfs_context_kernel()); in acctwatch()[all …]
115 extern struct vnode *acctp;