acct_t
acct_t ac;
acct_t *ac = &acct->ac;
memset(ac, 0, sizeof(acct_t));
__kernel_write(file, ac, sizeof(acct_t), &pos);