Function report |
Source Code:fs\block_dev.c |
Create Date:2022-07-28 20:14:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_blocksize
Proto:int set_blocksize(struct block_device *bdev, int size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct block_device * | bdev | |
int | size |
128 | If size < bdev_logical_block_size(bdev) Then Return -EINVAL |
132 | If bd_block_size != size Then |
134 | bd_block_size = size |
135 | i_blkbits = assumes size > 256 |
138 | Return 0 |
Name | Describe |
---|---|
swsusp_check | swsusp_check - Check for swsusp signature in the resume device |
claim_swapfile | |
SYSCALL_DEFINE2 | |
sb_set_blocksize |
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 |