Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dsplice.c1101 pipe_lock(opipe); in splice_file_to_pipe()
1105 pipe_unlock(opipe); in splice_file_to_pipe()
1129 if (ipipe && opipe) { in do_splice()
1134 if (ipipe == opipe) in do_splice()
1176 if (opipe) { in do_splice()
1216 if (opipe && off_out) in __do_splice()
1554 o_head = opipe->head; in splice_pipe_to_pipe()
1594 pipe_unlock(opipe); in splice_pipe_to_pipe()
1644 pipe_unlock(opipe); in splice_pipe_to_pipe()
1735 pipe_unlock(opipe); in link_pipe()
[all …]
A Dinternal.h203 struct pipe_inode_info *opipe,
A Dread_write.c1186 struct pipe_inode_info *opipe; in do_sendfile() local
1249 opipe = get_pipe_info(out.file, true); in do_sendfile()
1250 if (!opipe) { in do_sendfile()
1262 retval = splice_file_to_pipe(in.file, opipe, &pos, count, fl); in do_sendfile()
/linux-6.3-rc2/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 11 milliseconds