Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dbio-integrity.c50 struct bio_integrity_payload *bio_integrity_alloc(struct bio *bio, in bio_integrity_alloc() function
97 EXPORT_SYMBOL(bio_integrity_alloc);
258 bip = bio_integrity_alloc(bio, GFP_NOIO, nr_pages); in bio_integrity_prep()
422 bip = bio_integrity_alloc(bio, gfp_mask, bip_src->bip_vcnt); in bio_integrity_clone()
/Linux-v5.10/include/linux/
Dbio.h729 extern struct bio_integrity_payload *bio_integrity_alloc(struct bio *, gfp_t, unsigned int);
788 static inline void *bio_integrity_alloc(struct bio * bio, gfp_t gfp, in bio_integrity_alloc() function
/Linux-v5.10/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-v5.10/drivers/nvme/target/
Dio-cmd-bdev.c187 bip = bio_integrity_alloc(bio, GFP_NOIO, in nvmet_bdev_alloc_bip()
/Linux-v5.10/drivers/target/
Dtarget_core_iblock.c640 bip = bio_integrity_alloc(bio, GFP_NOIO, in iblock_alloc_bip()
/Linux-v5.10/drivers/md/
Ddm-crypt.c1143 bip = bio_integrity_alloc(bio, GFP_NOIO, 1); in dm_crypt_integrity_io_alloc()
/Linux-v5.10/drivers/nvme/host/
Dcore.c951 bip = bio_integrity_alloc(bio, GFP_KERNEL, 1); in nvme_add_user_metadata()