Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:scache_invalidate - Notify cache that an object needs invalidation*@cookie: The cookie representing the cache object* Notify the cache that an object is needs to be invalidated and that it* should abort any retrievals or stores it is doing on the cache

Proto:static inline void fscache_invalidate(struct fscache_cookie *cookie)

Type:void

Parameter:

TypeParameterName
struct fscache_cookie *cookie
472  If fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie) Then __fscache_invalidate(cookie)