Home
last modified time | relevance | path

Searched refs:bio_integrity_alloc (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/block/
Dbio-integrity.c48 struct bio_integrity_payload *bio_integrity_alloc(struct bio *bio, in bio_integrity_alloc() function
92 EXPORT_SYMBOL(bio_integrity_alloc);
257 bip = bio_integrity_alloc(bio, GFP_NOIO, nr_pages); in bio_integrity_prep()
408 bip = bio_integrity_alloc(bio, gfp_mask, bip_src->bip_vcnt); in bio_integrity_clone()
/Linux-v6.6/Documentation/block/
Ddata-integrity.rst144 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-v6.6/include/linux/
Dbio.h721 extern struct bio_integrity_payload *bio_integrity_alloc(struct bio *, gfp_t, unsigned int);
780 static inline void *bio_integrity_alloc(struct bio * bio, gfp_t gfp, in bio_integrity_alloc() function
/Linux-v6.6/drivers/nvme/target/
Dio-cmd-bdev.c202 bip = bio_integrity_alloc(bio, GFP_NOIO, in nvmet_bdev_alloc_bip()
/Linux-v6.6/drivers/target/
Dtarget_core_iblock.c686 bip = bio_integrity_alloc(bio, GFP_NOIO, bio_max_segs(cmd->t_prot_nents)); in iblock_alloc_bip()
/Linux-v6.6/drivers/nvme/host/
Dioctl.c119 bip = bio_integrity_alloc(bio, GFP_KERNEL, 1); in nvme_add_user_metadata()
/Linux-v6.6/drivers/md/
Ddm-crypt.c1158 bip = bio_integrity_alloc(bio, GFP_NOIO, 1); in dm_crypt_integrity_io_alloc()