Home
last modified time | relevance | path

Searched refs:iter_type (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Duio.h20 enum iter_type { enum
37 u8 iter_type; member
59 static inline enum iter_type iov_iter_type(const struct iov_iter *i) in iov_iter_type()
61 return i->iter_type; in iov_iter_type()
/linux/lib/
A Diov_iter.c515 .iter_type = ITER_IOVEC, in iov_iter_init()
1178 .iter_type = ITER_KVEC, in iov_iter_kvec()
1194 .iter_type = ITER_BVEC, in iov_iter_bvec()
1211 .iter_type = ITER_PIPE, in iov_iter_pipe()
1240 .iter_type = ITER_XARRAY, in iov_iter_xarray()
1263 .iter_type = ITER_DISCARD, in iov_iter_discard()

Completed in 8 milliseconds