Function report |
Source Code:fs\super.c |
Create Date:2022-07-28 20:02:23 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_super - drop a temporary reference to superblock*@sb: superblock in question* Drops a temporary reference, frees superblock if there's no* references left.
Proto:static void put_super(struct super_block *sb)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb |
314 | spin_unlock( & sb_lock) |
Name | Describe |
---|---|
deactivate_locked_super | deactivate_locked_super - drop an active reference to superblock*@s: superblock to deactivate* Drops an active reference to superblock, converting it into a temporary* one if there is no other active references left |
grab_super | grab_super - acquire an active reference*@s: reference we are trying to make active* Tries to acquire an active reference. grab_super() is used when we* had just found a superblock in super_blocks or fs_type->fs_supers |
drop_super | |
drop_super_exclusive | |
__get_super_thawed |
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 |