Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

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:

TypeParameterName
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