Searched refs:bv_len (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dbio.h52 unsigned int bv_len; member in struct:bio_vec
121 #define bio_cur_sectors(bio) (bio_iovec(bio)->bv_len >> 9)
137 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
140 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
142 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)

Completed in 3 milliseconds