Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Duio.h23 ITER_KVEC = 8, enumerator
65 return iov_iter_type(i) == ITER_KVEC; in iov_iter_is_kvec()
/Linux-v5.10/lib/
Diov_iter.c88 } else if (unlikely(i->type & ITER_KVEC)) { \
114 } else if (unlikely(i->type & ITER_KVEC)) { \
437 if (!(i->type & (ITER_BVEC|ITER_KVEC))) { in iov_iter_fault_in_readable()
457 i->type = ITER_KVEC | direction; in iov_iter_init()
918 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_to_iter()
941 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_from_iter()
1175 i->type = ITER_KVEC | (direction & (READ | WRITE)); in iov_iter_kvec()
/Linux-v5.10/fs/cifs/
Dsmbdirect.c1941 case ITER_KVEC: in smbd_recv()