Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct seq_file *m
loff_t *pos
1251  p = private
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
1265  cached_mount = Helpers for iteration over list_head-s in seq_files
1266  cached_index = pos
1267  Return cached_mount