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_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:

TypeParameterName
struct fscache_cookie *cookie
450  If fscache_cookie_valid(cookie) && fscache_cookie_enabled(cookie) Then Return __fscache_attr_changed(cookie)
452  Else Return -ENOBUFS