Searched refs:ITER_KVEC (Results 1 – 4 of 4) sorted by relevance
24 ITER_KVEC = 8, enumerator66 return iov_iter_type(i) == ITER_KVEC; in iov_iter_is_kvec()
84 } else if (unlikely(i->type & ITER_KVEC)) { \110 } else if (unlikely(i->type & ITER_KVEC)) { \425 if (!(i->type & (ITER_BVEC|ITER_KVEC))) { in iov_iter_fault_in_readable()445 i->type = ITER_KVEC | direction; in iov_iter_init()892 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_to_iter()915 if (i->type & (ITER_BVEC|ITER_KVEC)) { in copy_page_from_iter()1136 i->type = ITER_KVEC | (direction & (READ | WRITE)); in iov_iter_kvec()
3047 if (direct && from->type & ITER_KVEC) { in __cifs_writev()3770 if (direct && to->type & ITER_KVEC) { in __cifs_readv()
2035 case ITER_KVEC: in smbd_recv()