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

/linux-master/fs/
H A Dsplice.c1282 struct pipe_inode_info *opipe,
1286 struct pipe_inode_info *opipe,
1292 pipe_lock(opipe);
1293 ret = wait_for_space(opipe, flags);
1295 ret = do_splice_read(in, offset, opipe, len, flags);
1296 pipe_unlock(opipe);
1298 wakeup_pipe_readers(opipe);
1309 struct pipe_inode_info *opipe; local
1318 opipe = get_pipe_info(out, true);
1320 if (ipipe && opipe) {
1285 splice_file_to_pipe(struct file *in, struct pipe_inode_info *opipe, loff_t *offset, size_t len, unsigned int flags) argument
1407 struct pipe_inode_info *opipe; local
1739 splice_pipe_to_pipe(struct pipe_inode_info *ipipe, struct pipe_inode_info *opipe, size_t len, unsigned int flags) argument
1876 link_pipe(struct pipe_inode_info *ipipe, struct pipe_inode_info *opipe, size_t len, unsigned int flags) argument
1971 struct pipe_inode_info *opipe = get_pipe_info(out, true); local
[all...]
H A Dinternal.h252 struct pipe_inode_info *opipe,
H A Dread_write.c1227 struct pipe_inode_info *opipe; local
1290 opipe = get_pipe_info(out.file, true);
1291 if (!opipe) {
1301 retval = splice_file_to_pipe(in.file, opipe, &pos, count, fl);
/linux-master/drivers/usb/storage/
H A Dfreecom.c153 unsigned int ipipe, unsigned int opipe, int count)
167 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr,
186 int unsigned ipipe, unsigned int opipe, int count)
200 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr,
209 result = usb_stor_bulk_srb(us, opipe, srb);
225 unsigned int ipipe, opipe; /* We need both pipes. */ local
236 opipe = us->send_bulk_pipe;
248 result = usb_stor_bulk_transfer_buf (us, opipe, fcb,
293 result = usb_stor_bulk_transfer_buf (us, opipe, fcb,
370 result = freecom_readdata (srb, us, ipipe, opipe, lengt
152 freecom_readdata(struct scsi_cmnd *srb, struct us_data *us, unsigned int ipipe, unsigned int opipe, int count) argument
185 freecom_writedata(struct scsi_cmnd *srb, struct us_data *us, int unsigned ipipe, unsigned int opipe, int count) argument
[all...]

Completed in 196 milliseconds