Function report |
Source Code:include\linux\fscache.h |
Create Date:2022-07-28 06:39:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:scache_check_consistency - Request validation of a cache's auxiliary data*@cookie: The cookie representing the cache object*@aux_data: The updated auxiliary data for the cookie (may be NULL)* Request an consistency check from fscache, which passes the
Proto:static inline int fscache_check_consistency(struct fscache_cookie *cookie, const void *aux_data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fscache_cookie * | cookie | |
const void * | aux_data |
382 | If fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie) Then Return __fscache_check_consistency(cookie, aux_data) |
384 | Else Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |