Home
last modified time | relevance | path

Searched refs:bip_get_seed (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
Dt10-pi.c141 u32 virt = bip_get_seed(bip) & 0xffffffff; in t10_pi_type1_prepare()
193 u32 virt = bip_get_seed(bip) & 0xffffffff; in t10_pi_type1_complete()
/kernel/linux/linux-5.10/include/linux/
Dbio.h347 static inline sector_t bip_get_seed(struct bio_integrity_payload *bip) in bip_get_seed() function