函数逻辑报告 |
Source Code:fs\super.c |
Create Date:2022-07-29 10:32:21 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:void deactivate_locked_super(struct super_block *s)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct super_block * | s |
332 | 如果atomic_dec_and_test( & s_active)则 |
334 | Remove one |
342 | list_lru_destroy( & s_dentry_lru) |
343 | list_lru_destroy( & s_inode_lru) |
345 | put_filesystem(fs) |
347 | 否则 |
名称 | 描述 |
---|---|
cgroup1_get_tree | |
deactivate_super | 降低活跃性 |
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |