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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c125 * acctp suspend_acctp state
133 struct vnode *suspend_acctp; variable in typeref:struct:vnode
194 if (acctp != NULLVP || suspend_acctp != NULLVP) {
196 error = vn_close((acctp != NULLVP ? acctp : suspend_acctp),
199 acctp = suspend_acctp = NULLVP;
372 if (suspend_acctp != NULLVP) {
378 if (suspend_acctp->v_type == VBAD) {
379 (void) vn_close(suspend_acctp, FWRITE, vfs_context_kernel());
380 suspend_acctp = NULLVP;
383 (void)vfs_getattr(suspend_acctp
[all...]

Completed in 18 milliseconds