Lines Matching refs:current_state
225 ctx->current_state = AUDIT_STATE_RECORD; in audit_set_auditable()
829 ctx->current_state = state; in audit_filter_uring()
856 ctx->current_state = state; in audit_filter_syscall()
879 ctx->current_state = state; in audit_filter_inode_name()
987 ctx->current_state = ctx->state; in audit_reset_context()
1845 if (context->current_state == AUDIT_STATE_RECORD) in __audit_free()
1851 if (context->current_state == AUDIT_STATE_RECORD) in __audit_free()
1919 ctx->current_state = ctx->state; in __audit_uring_entry()
1966 if (ctx->current_state != AUDIT_STATE_RECORD) in __audit_uring_exit()
1969 if (ctx->current_state != AUDIT_STATE_RECORD) in __audit_uring_exit()
1983 if (ctx->current_state != AUDIT_STATE_RECORD) in __audit_uring_exit()
2041 context->current_state = state; in __audit_syscall_entry()
2072 if (context->current_state != AUDIT_STATE_RECORD) in __audit_syscall_exit()
2530 ctx->current_state = AUDIT_STATE_RECORD; in auditsc_get_stamp()