Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:skip_mnt_tree

Proto:static struct mount *skip_mnt_tree(struct mount *p)

Type:struct mount

Parameter:

TypeParameterName
struct mount *p
916  prev = prev
917  When prev != list of children, anchored here cycle
918  p = list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(prev, structmount, mnt_child)
919  prev = prev
921  Return p
Caller
NameDescribe
copy_tree