Searched refs:ITER_BVEC (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Duio.h26 ITER_BVEC, enumerator in enum:iter_type
121 return iov_iter_type(i) == ITER_BVEC;
/linux-master/fs/smb/client/
H A Dcifsencrypt.c158 case ITER_BVEC:
H A Dsmbdirect.c1902 * msg: a msghdr point to the buffer, can be ITER_KVEC or ITER_BVEC
1927 case ITER_BVEC:
2587 case ITER_BVEC:
/linux-master/lib/
H A Dscatterlist.c1353 case ITER_BVEC:
H A Diov_iter.c229 * * ITER_KVEC and ITER_BVEC can return short copies. Compare to
632 .iter_type = ITER_BVEC,
965 /* must be done on non-empty ITER_BVEC one */
1373 * Note: only works on ITER_IOVEC, ITER_BVEC, and ITER_KVEC
1390 * ITER_BVEC _may_ be the same size on some archs, but on others it is
1448 * Extract a list of contiguous pages from an ITER_BVEC iterator. This does
1621 * (*) If the iterator is ITER_KVEC, ITER_BVEC or ITER_XARRAY, the pages are

Completed in 299 milliseconds