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:Drop a superblock's refcount. The caller must hold sb_lock.
Proto:static void __put_super(struct super_block *s)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | s |
290 | If Not --s_count Then |
Name | Describe |
---|---|
put_super | put_super - drop a temporary reference to superblock*@sb: superblock in question* Drops a temporary reference, frees superblock if there's no* references left. |
__iterate_supers | |
iterate_supers | rate_supers - call function for all active superblocks*@f: function to call*@arg: argument to pass to it* Scans the superblock list and calls given function, passing it* locked superblock and given argument. |
iterate_supers_type | rate_supers_type - call function for superblocks of given type*@type: fs type*@f: function to call*@arg: argument to pass to it* Scans the superblock list and calls given function, passing it* locked superblock and given argument. |
__get_super | |
user_get_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 |