Home
last modified time | relevance | path

Searched refs:bvec_kmap_irq (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Dbio.h531 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() function
556 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() function
/Linux-v5.4/drivers/block/
Dps3disk.c98 buf = bvec_kmap_irq(&bvec, &flags); in ps3disk_scatter_gather()
Drbd.c1357 buf = bvec_kmap_irq(bv, &flags); in zero_bvec()
/Linux-v5.4/block/
Dbio.c530 char *data = bvec_kmap_irq(&bv, &flags); in zero_fill_bio_iter()
/Linux-v5.4/drivers/md/
Ddm-writecache.c1038 buf = bvec_kmap_irq(&bv, &flags); in bio_copy_block()