Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\super.c Create Date:2022-07-28 20:02:31
Last Modify:2022-05-24 06:42:17 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sb_freeze_unlock

Proto:static void sb_freeze_unlock(struct super_block *sb)

Type:void

Parameter:

TypeParameterName
struct super_block *sb
1723  When level >= 0 cycle percpu_up_write(rw_sem + level)
Caller
NameDescribe
freeze_superze_super - lock the filesystem and force it into a consistent state*@sb: the super to lock* 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.
thaw_super_locked