Rechercher une page de manuel
freeze_super
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
freeze_super - lock the filesystem and force it into a consistent stateSYNOPSIS
- int freeze_super(struct super_block * sb);
ARGUMENTS
sb
- the super to lock
DESCRIPTION
Syncs the super to make sure the filesystem is consistent and calls the fs's freeze_fs. Subsequent calls to this without first thawing the fs will return -EBUSY.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre