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:__get_super_thawed
Proto:static struct super_block *__get_super_thawed(struct block_device *bdev, bool excl)
Type:struct super_block
Parameter:
Type | Parameter | Name |
---|---|---|
struct block_device * | bdev | |
bool | excl |
795 | When 1 cycle |
796 | s = __get_super(bdev, excl) |
797 | If Not s || frozen == SB_UNFROZEN Then Return s |
799 | If Not excl Then lease a read lock |
801 | Else lease a write lock |
Name | Describe |
---|---|
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 |
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 |