函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\blk_types.h Create Date:2022-07-27 06:44:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Check if the bio or request is one that needs special treatment in the* flush state machine.

函数原型:static inline bool op_is_flush(unsigned int op)

返回类型:bool

参数:

类型参数名称
unsigned intop
408  返回:op按位与REQ_FUA按位或REQ_PREFLUSH的值
调用者
名称描述
bio_check_ro
generic_make_request_checks
blk_mq_get_request
blk_mq_make_request
blk_mq_sched_insert_request