Function report |
Source Code:fs\aio.c |
Create Date:2022-07-28 20:21:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aio_setup* Creates the slab caches used by the aio routines, panic on* failure as this is done early during the boot sequence.
Proto:static int __init aio_setup(void)
Type:int
Parameter:Nothing
267 | static struct file_system_type aio_fs = {name = "aio", init_fs_context = aio_init_fs_context, kill_sb = kill_anon_super, } |
272 | aio_mnt = kern_mount( & aio_fs) |
273 | If IS_ERR(aio_mnt) Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
278 | Return 0 |
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 |