VXFS_FILL_SUPER

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

 

NAME

vxfs_fill_super - read superblock into memory and initalize filesystem  

SYNOPSIS

"SYNOPSIS"

int vxfs_fill_super (struct super_block * sbp, void * dp, int silent);  

ARGUMENTS

sbp
VFS superblock (to fill)
dp
fs private mount data
silent
do not complain loudly when sth is wrong
 

DESCRIPTION

We are called on the first mount of a filesystem to read the superblock into memory and do some basic setup.  

RETURNS

The superblock on success, else NULL.  

LOCKING

We are under the bkl and sbp->s_lock.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
LOCKING

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