Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fscache-cache.h Create Date:2022-07-28 06:39:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:scache_object_lookup_error - Note an object encountered an error*@object: The object on which the error was encountered* Note that an object encountered a fatal error (usually an I/O error) and* that it should be withdrawn as soon as possible.

Proto:static inline void fscache_object_lookup_error(struct fscache_object *object)

Type:void

Parameter:

TypeParameterName
struct fscache_object *object
446  set_bit - Atomically set a bit in memory*@nr: the bit to set*@addr: the address to start counting from* This is a relaxed atomic operation (no implied memory barriers).* Note that @nr may be almost arbitrarily large; this function is not