'\" t .\" Title: probe::ioblock.end .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: November 2023 .\" Manual: IO Scheduler and block IO Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::IOBLOCK\&.END" "3stap" "November 2023" "SystemTap Tapset Reference" "IO Scheduler and block IO Taps" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" probe::ioblock.end \- Fires whenever a block I/O transfer is complete\&. .SH "SYNOPSIS" .sp .nf ioblock\&.end .fi .SH "VALUES" .PP \fIbytes_done\fR .RS 4 number of bytes transferred .RE .PP \fIhw_segments\fR .RS 4 number of segments after physical and DMA remapping hardware coalescing is performed .RE .PP \fIrw\fR .RS 4 binary trace for read/write request .RE .PP \fIidx\fR .RS 4 offset into the bio vector array .RE .PP \fIname\fR .RS 4 name of the probe point .RE .PP \fIdevname\fR .RS 4 block device name .RE .PP \fIerror\fR .RS 4 0 on success .RE .PP \fIino\fR .RS 4 i\-node number of the mapped file .RE .PP \fIphys_segments\fR .RS 4 number of segments in this bio after physical address coalescing is performed\&. .RE .PP \fIflags\fR .RS 4 see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported .RE .PP \fIopf\fR .RS 4 operations and flags .RE .PP \fIsector\fR .RS 4 beginning sector for the entire bio .RE .PP \fIvcnt\fR .RS 4 bio vector count which represents number of array element (page, offset, length) which makes up this I/O request .RE .PP \fIsize\fR .RS 4 total size in bytes .RE .SH "CONTEXT" .PP The process signals the transfer is done\&. .SH SEE ALSO\n .IR tapset::ioblock (3stap)