Function report |
Source Code:block\genhd.c |
Create Date:2022-07-28 17:18:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:disk_replace_part_tbl - replace disk->part_tbl in RCU-safe way*@disk: disk to replace part_tbl for*@new_ptbl: new part_tbl to install* Replace disk->part_tbl with @new_ptbl in RCU-safe way. The* original ptbl is freed using RCU callback.* LOCKING:
Proto:static void disk_replace_part_tbl(struct gendisk *disk, struct disk_part_tbl *new_ptbl)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct gendisk * | disk | |
struct disk_part_tbl * | new_ptbl |
1265 | If old_ptbl Then |
Name | Describe |
---|---|
disk_expand_part_tbl | disk_expand_part_tbl - expand disk->part_tbl*@disk: disk to expand part_tbl for*@partno: expand such that this partno can fit in* Expand disk->part_tbl such that @partno can fit in. disk->part_tbl |
disk_release |
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 |