函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\pnode.c Create Date:2022-07-29 10:41:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:next_group

函数原型:static struct mount *next_group(struct mount *m, struct mount *origin)

返回类型:struct mount

参数:

类型参数名称
struct mount *m
struct mount *origin
185  当1循环
186  当1循环
188  如果非IS_MNT_NEW(m)且非链表为空则返回:first_slave(m)
192  如果next恒等于origin则返回:NULL
194  否则如果链表后项不等于 slave list entry 退出
196  m等于next
199  当1循环
201  如果链表后项不等于 list of slave mounts 则返回:next_slave(m)
206  如果链表后项恒等于 slave list entry 退出
208  m等于master
210  如果m恒等于origin则返回:NULL
调用者
名称描述
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