Home
last modified time | relevance | path

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

/linux/fs/
A Dsplice.c1292 pipe_lock(opipe); in splice_file_to_pipe()
1296 pipe_unlock(opipe); in splice_file_to_pipe()
1320 if (ipipe && opipe) { in do_splice()
1325 if (ipipe == opipe) in do_splice()
1361 } else if (opipe) { in do_splice()
1419 if (opipe) { in __do_splice()
1769 o_head = opipe->head; in splice_pipe_to_pipe()
1809 pipe_unlock(opipe); in splice_pipe_to_pipe()
1859 pipe_unlock(opipe); in splice_pipe_to_pipe()
1950 pipe_unlock(opipe); in link_pipe()
[all …]
A Dinternal.h259 struct pipe_inode_info *opipe,
A Dread_write.c1320 struct pipe_inode_info *opipe; in do_sendfile() local
1383 opipe = get_pipe_info(fd_file(out), true); in do_sendfile()
1384 if (!opipe) { in do_sendfile()
1394 retval = splice_file_to_pipe(fd_file(in), opipe, &pos, count, fl); in do_sendfile()
/linux/drivers/usb/storage/
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 …]

Completed in 25 milliseconds