1FREEZE_SUPER(9)                  The Linux VFS                 FREEZE_SUPER(9)
2
3
4

NAME

6       freeze_super - lock the filesystem and force it into a consistent state
7

SYNOPSIS

9       int freeze_super(struct super_block * sb);
10

ARGUMENTS

12       sb
13           the super to lock
14

DESCRIPTION

16       Syncs the super to make sure the filesystem is consistent and calls the
17       fs's freeze_fs. Subsequent calls to this without first thawing the fs
18       will return -EBUSY.
19
21Kernel Hackers Manual 2.6.       November 2011                 FREEZE_SUPER(9)
Impressum