BLKMTD_ADD_PAGE
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
blkmtd_add_page - add a page to the current BIO
SYNOPSIS
"SYNOPSIS"
struct bio * blkmtd_add_page (struct bio * bio, struct block_device * blkdev, struct page * page, int pagecnt);
ARGUMENTS
- bio
-
bio to add to (NULL to alloc initial bio)
- blkdev
-
block device
- page
-
page to add
- pagecnt
-
pages left to add
DESCRIPTION
Adds a page to the current bio, allocating it if necessary. If it cannot be
added, the current bio is written out and a new one is allocated. Returns
the new bio to add or NULL on error
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:25 GMT, October 06, 2005