函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Allocate a new peer group ID

函数原型:static int mnt_alloc_group_id(struct mount *mnt)

返回类型:int

参数:

类型参数名称
struct mount *mnt
125  res等于da_alloc_min() - Allocate an unused ID
127  如果res小于0则返回:res
129  peer group identifier 等于res
130  返回:0
调用者
名称描述
clone_mnt
invent_group_ids