函数逻辑报告 |
Source Code:fs\super.c |
Create Date:2022-07-29 10:32:22 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__get_super_thawed
函数原型:static struct super_block *__get_super_thawed(struct block_device *bdev, bool excl)
返回类型:struct super_block
参数:
类型 | 参数 | 名称 |
---|---|---|
struct block_device * | bdev | |
bool | excl |
795 | 当1循环 |
796 | s等于__get_super(bdev, excl) |
797 | 如果非s或frozen恒等于SB_UNFROZEN则返回:s |
799 | 如果非excl则lease a read lock |
801 | 否则lease a write lock |
名称 | 描述 |
---|---|
get_super_thawed | get_super_thawed - get thawed superblock of a device*@bdev: device to get the superblock for* Scans the superblock list and finds the superblock of the file system* mounted on the device. The superblock is returned once it is thawed |
get_super_exclusive_thawed | get_super_exclusive_thawed - get thawed superblock of a device*@bdev: device to get the superblock for* Scans the superblock list and finds the superblock of the file system* mounted on the device |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |