Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Duio.h23 ITER_KVEC = 8, enumerator
79 return iov_iter_type(i) == ITER_KVEC; in iov_iter_is_kvec()
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c88 } else if (unlikely(i->type & ITER_KVEC)) { \
114 } else if (unlikely(i->type & ITER_KVEC)) { \
458 i->type = ITER_KVEC | direction; in iov_iter_init()
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()
1182 i->type = ITER_KVEC | (direction & (READ | WRITE)); in iov_iter_kvec()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmbdirect.c1941 case ITER_KVEC: in smbd_recv()