Function report |
Source Code:fs\super.c |
Create Date:2022-07-28 20:02:26 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:void iterate_supers_type(struct file_system_type *type, void (*f)(struct super_block *, void *), void *arg)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct file_system_type * | type | |
void (* | f | |
void * | arg |
719 | struct super_block * sb, * p = NULL |
723 | s_count++ |
724 | spin_unlock( & sb_lock) |
726 | lock for reading |
738 | spin_unlock( & sb_lock) |
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 |