Searched refs:bio_integrity_alloc (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/block/ |
D | bio-integrity.c | 37 struct bio_integrity_payload *bio_integrity_alloc(struct bio *bio, in bio_integrity_alloc() function 81 EXPORT_SYMBOL(bio_integrity_alloc); 249 bip = bio_integrity_alloc(bio, GFP_NOIO, nr_pages); in bio_integrity_prep() 414 bip = bio_integrity_alloc(bio, gfp_mask, bip_src->bip_vcnt); in bio_integrity_clone()
|
/Linux-v5.4/include/linux/ |
D | bio.h | 749 extern struct bio_integrity_payload *bio_integrity_alloc(struct bio *, gfp_t, unsigned int); 808 static inline void *bio_integrity_alloc(struct bio * bio, gfp_t gfp, in bio_integrity_alloc() function
|
/Linux-v5.4/Documentation/block/ |
D | data-integrity.rst | 144 calling bio_integrity_alloc(bio). This will allocate and attach the 223 `struct bip * bio_integrity_alloc(bio, gfp_mask, nr_pages);` 236 i.e. bio_integrity_alloc() must have been called. For a WRITE,
|
/Linux-v5.4/drivers/target/ |
D | target_core_iblock.c | 641 bip = bio_integrity_alloc(bio, GFP_NOIO, in iblock_alloc_bip()
|
/Linux-v5.4/drivers/md/ |
D | dm-crypt.c | 822 bip = bio_integrity_alloc(bio, GFP_NOIO, 1); in dm_crypt_integrity_io_alloc()
|
/Linux-v5.4/drivers/nvme/host/ |
D | core.c | 870 bip = bio_integrity_alloc(bio, GFP_KERNEL, 1); in nvme_add_user_metadata()
|