Function report |
Source Code:fs\super.c |
Create Date:2022-07-28 20:02:32 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:thaw_super_locked
Proto:static int thaw_super_locked(struct super_block *sb)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb |
1833 | If frozen != SB_FREEZE_COMPLETE Then |
1834 | lease a write lock |
1835 | Return -EINVAL |
1839 | frozen = SB_UNFROZEN |
1840 | Go to out |
1845 | If unfreeze_fs Then |
1856 | frozen = SB_UNFROZEN |
1857 | sb_freeze_unlock(sb) |
1858 | out : |
1859 | wake_up( & wait_unfrozen) |
1861 | Return 0 |
Name | Describe |
---|---|
do_thaw_all_callback | |
thaw_super |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |