'\" t .\" Title: blkdev_issue_zeroout .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Block Devices .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "BLKDEV_ISSUE_ZEROOUT" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Block Devices" .\" ----------------------------------------------------------------- .\" * 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" blkdev_issue_zeroout \- zero\-fill a block range .SH "SYNOPSIS" .HP \w'int\ blkdev_issue_zeroout('u .BI "int blkdev_issue_zeroout(struct\ block_device\ *\ " "bdev" ", sector_t\ " "sector" ", sector_t\ " "nr_sects" ", gfp_t\ " "gfp_mask" ");" .SH "ARGUMENTS" .PP \fIbdev\fR .RS 4 blockdev to write .RE .PP \fIsector\fR .RS 4 start sector .RE .PP \fInr_sects\fR .RS 4 number of sectors to write .RE .PP \fIgfp_mask\fR .RS 4 memory allocation flags (for bio_alloc) .RE .SH "DESCRIPTION" .PP Generate and issue number of bios with zerofiled pages\&. .SH "COPYRIGHT" .br