Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bip_set_seed

Proto:static inline void bip_set_seed(struct bio_integrity_payload *bip, sector_t seed)

Type:void

Parameter:

TypeParameterName
struct bio_integrity_payload *bip
sector_tseed
353  device address in 512 byte sectors = seed
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