BIO_UNMAP_USER

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

bio_unmap_user - unmap a bio  

SYNOPSIS

"SYNOPSIS"

void bio_unmap_user (struct bio * bio, int write_to_vm);  

ARGUMENTS

bio
the bio being unmapped
write_to_vm
bool indicating whether pages were written to
 

DESCRIPTION

Unmap a bio previously mapped by bio_map_user. The write_to_vm must be the same as passed into bio_map_user. Must be called with a process context.

bio_unmap_user may sleep.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:25 GMT, October 06, 2005