Function report |
Source Code:fs\block_dev.c |
Create Date:2022-07-28 20:14:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bdev_cache_init
Proto:void __init bdev_cache_init(void)
Type:void
Parameter:Nothing
853 | err = gister_filesystem - register a new filesystem*@fs: the file system structure* Adds the file system passed to the list of file systems the kernel* is aware of for mount and other syscalls |
854 | If err Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
856 | bd_mnt = kern_mount( & bd_type) |
857 | If IS_ERR(bd_mnt) Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
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 |