Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbio.h574 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() function
599 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() function
/Linux-v4.19/drivers/block/
Dps3disk.c109 buf = bvec_kmap_irq(&bvec, &flags); in ps3disk_scatter_gather()
Drbd.c1268 buf = bvec_kmap_irq(bv, &flags); in zero_bvec()
/Linux-v4.19/block/
Dbio.c542 char *data = bvec_kmap_irq(&bv, &flags); in zero_fill_bio_iter()
/Linux-v4.19/drivers/md/
Ddm-writecache.c1043 buf = bvec_kmap_irq(&bv, &flags); in bio_copy_block()