Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dbio-integrity.c37 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/
Dbio.h749 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/
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.4/drivers/target/
Dtarget_core_iblock.c641 bip = bio_integrity_alloc(bio, GFP_NOIO, in iblock_alloc_bip()
/Linux-v5.4/drivers/md/
Ddm-crypt.c822 bip = bio_integrity_alloc(bio, GFP_NOIO, 1); in dm_crypt_integrity_io_alloc()
/Linux-v5.4/drivers/nvme/host/
Dcore.c870 bip = bio_integrity_alloc(bio, GFP_KERNEL, 1); in nvme_add_user_metadata()