DO_LO_SEND_DIRECT_WRITE

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

 

NAME

do_lo_send_direct_write - helper for writing data to a loop device  

SYNOPSIS

"SYNOPSIS"

int do_lo_send_direct_write (struct loop_device * lo, struct bio_vec * bvec, int bsize, loff_t pos, struct page * page);  

ARGUMENTS

lo
-- undescribed --
bvec
-- undescribed --
bsize
-- undescribed --
pos
-- undescribed --
page
-- undescribed --
 

DESCRIPTION

This is the fast, non-transforming version for backing filesystems which do not implement the address space operations prepare_write and commit_write. It uses the write file operation which should be present on all writeable filesystems.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:04 GMT, October 09, 2005