Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_acct.c130 struct vnode *acctp; variable
204 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 …]
/xnu-12377.41.6/bsd/sys/
H A Dacct.h115 extern struct vnode *acctp;