Searched defs:bvec_kmap_irq (Results 1 – 1 of 1) sorted by relevance
320 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() function345 #define bvec_kmap_irq(bvec, flags) (page_address((bvec)->bv_page) + (bvec)->bv_offset) macro