Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbio-integrity.c51 struct bio_integrity_payload *bio_integrity_alloc(struct bio *bio, in bio_integrity_alloc() function
96 EXPORT_SYMBOL(bio_integrity_alloc);
264 bip = bio_integrity_alloc(bio, GFP_NOIO, nr_pages); in bio_integrity_prep()
430 bip = bio_integrity_alloc(bio, gfp_mask, bip_src->bip_vcnt); in bio_integrity_clone()
/Linux-v4.19/Documentation/block/
Ddata-integrity.txt139 calling bio_integrity_alloc(bio). This will allocate and attach the
214 struct bip * bio_integrity_alloc(bio, gfp_mask, nr_pages);
227 i.e. bio_integrity_alloc() must have been called. For a WRITE,
/Linux-v4.19/include/linux/
Dbio.h792 extern struct bio_integrity_payload *bio_integrity_alloc(struct bio *, gfp_t, unsigned int);
851 static inline void *bio_integrity_alloc(struct bio * bio, gfp_t gfp, in bio_integrity_alloc() function
/Linux-v4.19/drivers/target/
Dtarget_core_iblock.c653 bip = bio_integrity_alloc(bio, GFP_NOIO, cmd->t_prot_nents); in iblock_alloc_bip()
/Linux-v4.19/drivers/md/
Ddm-crypt.c931 bip = bio_integrity_alloc(bio, GFP_NOIO, 1); in dm_crypt_integrity_io_alloc()
/Linux-v4.19/drivers/nvme/host/
Dcore.c754 bip = bio_integrity_alloc(bio, GFP_KERNEL, 1); in nvme_add_user_metadata()