Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\pnode.c Create Date:2022-07-28 20:11:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:next_group

Proto:static struct mount *next_group(struct mount *m, struct mount *origin)

Type:struct mount

Parameter:

TypeParameterName
struct mount *m
struct mount *origin
185  When 1 cycle
186  When 1 cycle
192  If next == origin Then Return NULL
194  Else if next != slave list entry Then Break
196  m = next
199  When 1 cycle
201  If next != list of slave mounts Then Return next_slave(m)
206  If next == slave list entry Then Break
208  m = master
210  If m == origin Then Return NULL
Caller
NameDescribe
propagate_mntmount 'source_mnt' under the destination 'dest_mnt' at* dentry 'dest_dentry'. And propagate that mount to* all the peer and slave mounts of 'dest_mnt'.* Link all the new mounts into a propagation tree headed at* source_mnt