Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Allocate a new peer group ID

Proto:static int mnt_alloc_group_id(struct mount *mnt)

Type:int

Parameter:

TypeParameterName
struct mount *mnt
125  res = da_alloc_min() - Allocate an unused ID
127  If res < 0 Then Return res
129  peer group identifier = res
130  Return 0
Caller
NameDescribe
clone_mnt
invent_group_ids