Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dkern_acct.c131 struct vnode *suspend_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()
377 if (suspend_acctp != NULLVP) { in acctwatch()
383 if (suspend_acctp->v_type == VBAD) { in acctwatch()
384 (void) vn_close(suspend_acctp, FWRITE, vfs_context_kernel()); in acctwatch()
385 suspend_acctp = NULLVP; in acctwatch()
389 (void)vfs_getattr(suspend_acctp->v_mount, &va, ctx); in acctwatch()
391 acctp = suspend_acctp; in acctwatch()
[all …]