Lines Matching defs:direct
205 * Note that there is not a direct match between disposition
3145 struct kiocb *iocb, struct iov_iter *from, bool direct)
3159 * In this case, fall back to non-direct write function.
3162 if (direct && iov_iter_is_kvec(from)) {
3163 cifs_dbg(FYI, "use non-direct cifs_writev for kvec I/O\n");
3164 direct = false;
3189 if (direct) {
3829 * direct I/O
3881 struct kiocb *iocb, struct iov_iter *to, bool direct)
3897 if (direct && iov_iter_is_kvec(to)) {
3898 cifs_dbg(FYI, "use non-direct cifs_user_readv for kvec I/O\n");
3899 direct = false;
3928 if (direct) {
3942 if (direct) {
4836 * In the non-cached mode (mount with cache=none), we shunt off direct read and write requests
4846 * Eventually need to support direct IO for non forcedirectio mounts