/kernel/linux/linux-5.10/fs/ |
H A D | splice.c | 1002 struct pipe_inode_info *opipe, 1012 struct pipe_inode_info *opipe; in do_splice() local 1021 opipe = get_pipe_info(out, true); in do_splice() 1023 if (ipipe && opipe) { in do_splice() 1028 if (ipipe == opipe) in do_splice() 1034 return splice_pipe_to_pipe(ipipe, opipe, len, flags); in do_splice() 1070 if (opipe) { in do_splice() 1084 pipe_lock(opipe); in do_splice() 1085 ret = wait_for_space(opipe, flags); in do_splice() 1090 p_space = opipe in do_splice() 1114 struct pipe_inode_info *opipe; __do_splice() local 1430 splice_pipe_to_pipe(struct pipe_inode_info *ipipe, struct pipe_inode_info *opipe, size_t len, unsigned int flags) splice_pipe_to_pipe() argument 1567 link_pipe(struct pipe_inode_info *ipipe, struct pipe_inode_info *opipe, size_t len, unsigned int flags) link_pipe() argument 1661 struct pipe_inode_info *opipe = get_pipe_info(out, true); do_tee() local [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | splice.c | 1220 struct pipe_inode_info *opipe, 1224 struct pipe_inode_info *opipe, in splice_file_to_pipe() 1230 pipe_lock(opipe); in splice_file_to_pipe() 1231 ret = wait_for_space(opipe, flags); in splice_file_to_pipe() 1233 ret = vfs_splice_read(in, offset, opipe, len, flags); in splice_file_to_pipe() 1234 pipe_unlock(opipe); in splice_file_to_pipe() 1236 wakeup_pipe_readers(opipe); in splice_file_to_pipe() 1247 struct pipe_inode_info *opipe; in do_splice() local 1256 opipe = get_pipe_info(out, true); in do_splice() 1258 if (ipipe && opipe) { in do_splice() 1223 splice_file_to_pipe(struct file *in, struct pipe_inode_info *opipe, loff_t *offset, size_t len, unsigned int flags) splice_file_to_pipe() argument 1341 struct pipe_inode_info *opipe; __do_splice() local 1673 splice_pipe_to_pipe(struct pipe_inode_info *ipipe, struct pipe_inode_info *opipe, size_t len, unsigned int flags) splice_pipe_to_pipe() argument 1810 link_pipe(struct pipe_inode_info *ipipe, struct pipe_inode_info *opipe, size_t len, unsigned int flags) link_pipe() argument 1904 struct pipe_inode_info *opipe = get_pipe_info(out, true); do_tee() local [all...] |
H A D | internal.h | 239 struct pipe_inode_info *opipe,
|
H A D | read_write.c | 1185 struct pipe_inode_info *opipe; in do_sendfile() local 1248 opipe = get_pipe_info(out.file, true); in do_sendfile() 1249 if (!opipe) { in do_sendfile() 1261 retval = splice_file_to_pipe(in.file, opipe, &pos, count, fl); in do_sendfile()
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | freecom.c | 153 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() 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() 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, lengt in freecom_transport() 152 freecom_readdata(struct scsi_cmnd *srb, struct us_data *us, unsigned int ipipe, unsigned int opipe, int count) freecom_readdata() argument 185 freecom_writedata(struct scsi_cmnd *srb, struct us_data *us, int unsigned ipipe, unsigned int opipe, int count) freecom_writedata() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | freecom.c | 153 unsigned int ipipe, unsigned int opipe, int count) in freecom_readdata() 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() 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, lengt in freecom_transport() 152 freecom_readdata(struct scsi_cmnd *srb, struct us_data *us, unsigned int ipipe, unsigned int opipe, int count) freecom_readdata() argument 185 freecom_writedata(struct scsi_cmnd *srb, struct us_data *us, int unsigned ipipe, unsigned int opipe, int count) freecom_writedata() argument [all...] |