Home
last modified time | relevance | path

Searched refs:bvec_to_phys (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dbio.h154 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset) macro
174 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
187 …__BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, queue_segment_boundary((…
/linux-4.4.14/arch/arm/include/asm/
Dio.h446 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
/linux-4.4.14/arch/m68k/emu/
Dnfblock.c76 bvec_to_phys(&bvec)); in nfhd_make_request()