BEFS_BT_READ_SUPER

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

 

NAME

befs_bt_read_super - read in btree superblock convert to cpu byteorder  

SYNOPSIS

"SYNOPSIS"

int befs_bt_read_super (struct super_block * sb, befs_data_stream * ds, befs_btree_super * sup);  

ARGUMENTS

sb
Filesystem superblock
ds
Datastream to read from
sup
Buffer in which to place the btree superblock
 

DESCRIPTION

Calls befs_read_datastream to read in the btree superblock and makes sure it is in cpu byteorder, byteswapping if necessary.

On success, returns BEFS_OK and *sup contains the btree superblock, in cpu byte order.

On failure, BEFS_ERR is returned.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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