Function report |
Source Code:fs\super.c |
Create Date:2022-07-28 20:02:24 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:void deactivate_locked_super(struct super_block *s)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | s |
332 | If atomic_dec_and_test( & s_active) Then |
334 | Remove one |
342 | list_lru_destroy( & s_dentry_lru) |
343 | list_lru_destroy( & s_inode_lru) |
345 | put_filesystem(fs) |
347 | Else |
Name | Describe |
---|---|
cgroup1_get_tree | |
deactivate_super | deactivate_super - drop an active reference to superblock*@s: superblock to deactivate* Variant of deactivate_locked_super(), except that superblock is *not** locked by caller. If we are going to drop the final active reference, |
vfs_get_super | vfs_get_super - Get a superblock with a search key set in s_fs_info.*@fc: The filesystem context holding the parameters*@keying: How to distinguish superblocks*@fill_super: Helper to initialise a new superblock |
get_tree_bdev | get_tree_bdev - Get a superblock based on a single block device*@fc: The filesystem context holding the parameters*@fill_super: Helper to initialise a new superblock |
mount_bdev | |
mount_nodev | |
mount_single | |
freeze_super | ze_super - lock the filesystem and force it into a consistent state*@sb: the super to lock* Syncs the super to make sure the filesystem is consistent and calls the fs's* freeze_fs. Subsequent calls to this without first thawing the fs will return* -EBUSY. |
thaw_super_locked | |
fc_drop_locked | |
cgroup_do_get_tree |
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 |