Function report |
Source Code:fs\filesystems.c |
Create Date:2022-07-28 20:08:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__get_fs_type
Proto:static struct file_system_type *__get_fs_type(const char *name, int len)
Type:struct file_system_type
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | name | |
int | len |
257 | read_lock( & file_systems_lock) |
258 | fs = *find_filesystem(name, len) |
259 | If fs && Not try_module_get(owner) Then fs = NULL |
261 | read_unlock( & file_systems_lock) |
262 | Return fs |
Name | Describe |
---|---|
get_fs_type |
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 |