Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Duio.h24 ITER_BVEC = 16, enumerator
84 return iov_iter_type(i) == ITER_BVEC; in iov_iter_is_bvec()
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c84 if (unlikely(i->type & ITER_BVEC)) { \
106 if (unlikely(i->type & ITER_BVEC)) { \
922 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_to_iter()
948 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_from_iter()
1195 i->type = ITER_BVEC | (direction & (READ | WRITE)); in iov_iter_bvec()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmbdirect.c1947 case ITER_BVEC: in smbd_recv()