DO_REMOUNT_SB

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

 

NAME

do_remount_sb - asks filesystem to change mount options.  

SYNOPSIS

"SYNOPSIS"

int do_remount_sb (struct super_block * sb, int flags, void * data, int force);  

ARGUMENTS

sb
superblock in question
flags
numeric part of options
data
the rest of options
force
whether or not to force the change
 

DESCRIPTION

Alters the mount options of a mounted file system.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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