函数源码 |
Source File:security\integrity\integrity.h |
Create Date:2022-07-27 21:52:59 |
首页 | Copyright©Brick |
235 236 237 238 239 | static inline struct audit_buffer * integrity_audit_log_start( struct audit_context *ctx, gfp_t gfp_mask, int type) { return audit_log_start(ctx, gfp_mask, type); } |