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 state

SYNOPSIS

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.