Home
last modified time | relevance | path

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

/linux/fs/
A Dsplice.c1015 pipe_lock(opipe); in splice_file_to_pipe()
1019 pipe_unlock(opipe); in splice_file_to_pipe()
1043 if (ipipe && opipe) { in do_splice()
1048 if (ipipe == opipe) in do_splice()
1090 if (opipe) { in do_splice()
1130 if (opipe && off_out) in __do_splice()
1467 o_head = opipe->head; in splice_pipe_to_pipe()
1507 pipe_unlock(opipe); in splice_pipe_to_pipe()
1557 pipe_unlock(opipe); in splice_pipe_to_pipe()
1648 pipe_unlock(opipe); in link_pipe()
[all …]
A Dinternal.h194 struct pipe_inode_info *opipe,
A Dread_write.c1176 struct pipe_inode_info *opipe; in do_sendfile() local
1239 opipe = get_pipe_info(out.file, true); in do_sendfile()
1240 if (!opipe) { in do_sendfile()
1249 retval = splice_file_to_pipe(in.file, 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 12 milliseconds