Searched refs:iter_type (Results 1 – 2 of 2) sorted by relevance
20 enum iter_type { enum37 u8 iter_type; member59 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()
515 .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