Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\blkdev.h Create Date:2022-07-28 05:46:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_integrity_intervals - Return number of integrity intervals for a bio*@bi: blk_integrity profile for device*@sectors: Size of the bio in 512-byte sectors* Description: The block layer calculates everything in 512 byte* sectors but integrity metadata is

Proto:static inline unsigned int bio_integrity_intervals(struct blk_integrity *bi, unsigned int sectors)

Type:unsigned int

Parameter:

TypeParameterName
struct blk_integrity *bi
unsigned intsectors
1592  Return sectors >> interval_exp - 9
Caller
NameDescribe
bio_integrity_prep_integrity_prep - Prepare bio for integrity I/O*@bio: bio to prepare* Description: Checks if the bio already has an integrity payload attached.* If it does, the payload has been generated by another kernel subsystem,* and we just pass it through