Searched refs:opipe (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/ |
| H A D | splice.c | 1286 pipe_lock(opipe); in splice_file_to_pipe() 1290 pipe_unlock(opipe); in splice_file_to_pipe() 1314 if (ipipe && opipe) { in do_splice() 1319 if (ipipe == opipe) in do_splice() 1355 } else if (opipe) { in do_splice() 1413 if (opipe) { in __do_splice() 1743 o_head = opipe->head; in splice_pipe_to_pipe() 1782 pipe_unlock(opipe); in splice_pipe_to_pipe() 1832 pipe_unlock(opipe); in splice_pipe_to_pipe() 1920 pipe_unlock(opipe); in link_pipe() [all …]
|
| H A D | internal.h | 260 struct pipe_inode_info *opipe,
|
| H A D | read_write.c | 1304 struct pipe_inode_info *opipe; in do_sendfile() local 1363 opipe = get_pipe_info(fd_file(out), true); in do_sendfile() 1364 if (!opipe) { in do_sendfile() 1374 retval = splice_file_to_pipe(fd_file(in), opipe, &pos, count, fl); in do_sendfile()
|
| /linux-6.15/drivers/usb/storage/ |
| H A D | freecom.c | 153 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 …]
|