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 - 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.
Proto:void iterate_supers(void (*f)(struct super_block *, void *), void *arg)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void (* | f | |
void * | arg |
683 | struct super_block * sb, * p = NULL |
687 | If hlist_unhashed( & s_instances) Then Continue |
689 | s_count++ |
690 | spin_unlock( & sb_lock) |
692 | lock for reading |
704 | spin_unlock( & sb_lock) |
Name | Describe |
---|---|
ksys_sync | Sync everything. We start by waking flusher threads so that most of* writeback runs on all devices in parallel. Then we sync all inodes reliably* which effectively also waits for all flusher threads to finish doing* writeback |
do_sync_work | |
drop_caches_sysctl_handler | |
quota_sync_all |
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 |