Home
last modified time | relevance | path

Searched refs:ITER_PIPE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/lib/
Diov_iter.c561 if (unlikely(i->type & ITER_PIPE)) in _copy_to_iter()
661 if (unlikely(i->type & ITER_PIPE)) in _copy_to_iter_mcsafe()
695 if (unlikely(i->type & ITER_PIPE)) { in _copy_from_iter()
715 if (unlikely(i->type & ITER_PIPE)) { in _copy_from_iter_full()
742 if (unlikely(i->type & ITER_PIPE)) { in _copy_from_iter_nocache()
776 if (unlikely(i->type & ITER_PIPE)) { in _copy_from_iter_flushcache()
797 if (unlikely(i->type & ITER_PIPE)) { in _copy_from_iter_full_nocache()
839 } else if (likely(!(i->type & ITER_PIPE))) in copy_page_to_iter()
851 if (unlikely(i->type & ITER_PIPE)) { in copy_page_from_iter()
891 if (unlikely(i->type & ITER_PIPE)) in iov_iter_zero()
[all …]
/Linux-v4.19/include/linux/
Duio.h28 ITER_PIPE = 8, enumerator
77 if (!((start).type & (ITER_BVEC | ITER_PIPE))) \
207 return !(i->type & (ITER_BVEC | ITER_KVEC | ITER_PIPE)); in iter_is_iovec()
/Linux-v4.19/fs/
Dsplice.c304 iov_iter_pipe(&to, ITER_PIPE | READ, pipe, len); in generic_file_splice_read()
389 iov_iter_pipe(&to, ITER_PIPE | READ, pipe, len + offset); in default_file_splice_read()
/Linux-v4.19/fs/ceph/
Dfile.c661 if (unlikely(to->type & ITER_PIPE)) { in ceph_sync_read()
/Linux-v4.19/mm/
Dfilemap.c2125 if (unlikely(iter->type & ITER_PIPE)) in generic_file_buffered_read()
/Linux-v4.19/fs/cifs/
Dfile.c2993 if (unlikely(iter->type & ITER_PIPE)) { in cifs_readdata_to_iov()