Home
last modified time | relevance | path

Searched refs:opipe (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/
H A Dsplice.c1220 struct pipe_inode_info *opipe,
1224 struct pipe_inode_info *opipe, in splice_file_to_pipe() argument
1230 pipe_lock(opipe); in splice_file_to_pipe()
1231 ret = wait_for_space(opipe, flags); in splice_file_to_pipe()
1233 ret = vfs_splice_read(in, offset, opipe, len, flags); in splice_file_to_pipe()
1234 pipe_unlock(opipe); in splice_file_to_pipe()
1236 wakeup_pipe_readers(opipe); in splice_file_to_pipe()
1247 struct pipe_inode_info *opipe; in do_splice() local
1256 opipe = get_pipe_info(out, true); in do_splice()
1258 if (ipipe && opipe) { in do_splice()
[all …]
H A Dinternal.h239 struct pipe_inode_info *opipe,
H A Dread_write.c1185 struct pipe_inode_info *opipe; in do_sendfile() local
1248 opipe = get_pipe_info(out.file, true); in do_sendfile()
1249 if (!opipe) { in do_sendfile()
1261 retval = splice_file_to_pipe(in.file, opipe, &pos, count, fl); in do_sendfile()
/openbmc/linux/drivers/usb/storage/
H A Dfreecom.c153 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() argument
167 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_readdata()
186 int unsigned ipipe, unsigned int opipe, int count) in freecom_writedata() argument
200 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_writedata()
209 result = usb_stor_bulk_srb(us, opipe, srb); in freecom_writedata()
225 unsigned int ipipe, opipe; /* We need both pipes. */ in freecom_transport() local
236 opipe = us->send_bulk_pipe; in freecom_transport()
248 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport()
293 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport()
370 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
[all …]
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list107 { TARGET_OPENBSD_NR_opipe, "opipe", NULL, NULL, NULL },