Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c225 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()
[all …]
Daudit.h109 enum audit_state state, current_state; member