Function report |
Source Code:include\linux\fscache.h |
Create Date:2022-07-28 06:39:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:scache_attr_changed - Notify cache that an object's attributes changed*@cookie: The cookie representing the cache object* Send a notification to the cache indicating that an object's attributes have* changed
Proto:static inline int fscache_attr_changed(struct fscache_cookie *cookie)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fscache_cookie * | cookie |
450 | If fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie) Then Return __fscache_attr_changed(cookie) |
452 | Else Return -ENOBUFS |
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 |