BEFS_READ_DATASTREAM

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

 

NAME

befs_read_datastream - get buffer_head containing data, starting from pos.  

SYNOPSIS

"SYNOPSIS"

struct buffer_head * befs_read_datastream (struct super_block * sb, befs_data_stream * ds, befs_off_t pos, uint * off);  

ARGUMENTS

sb
Filesystem superblock
ds
datastrem to find data with
pos
start of data
off
offset of data in buffer_head->b_data
 

DESCRIPTION

Returns pointer to buffer_head containing data starting with offset off, if you don't need to know offset just set off = NULL.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:22 GMT, October 06, 2005