Function report |
Source Code:fs\namespace.c |
Create Date:2022-07-28 20:09:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rator; we want it to have access to namespace_sem, thus here...
Proto:static void *m_start(struct seq_file *m, loff_t *pos)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
loff_t * | pos |
1253 | lock for reading |
1254 | If cached_event == event Then |
1255 | v = cached_mount |
1256 | If pos == cached_index Then Return v |
1258 | If pos == cached_index + 1 Then |
1259 | v = seq_list_next(v, & list, & cached_index) |
1260 | Return cached_mount = v |
1264 | cached_event = event |
1266 | cached_index = pos |
1267 | Return cached_mount |
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 |