函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\user_namespace.c Create Date:2022-07-27 12:21:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:gid_m_show

函数原型:static int gid_m_show(struct seq_file *seq, void *v)

返回类型:int

参数:

类型参数名称
struct seq_file *seq
void *v
600  ns等于private
601  extent等于v
605  lower_ns等于seq_user_ns(seq)
606  如果lower_ns恒等于nsparentlower_ns等于parent
609  lower等于m_kgid - Create a gid from a kgid user-namespace pair.*@targ: The user namespace we want a gid in.*@kgid: The kernel internal gid to start with.* Map @kgid into the user-namespace specified by @targ and* return the resulting gid.
611  seq_printf(seq, "%10u %10u %10u\n", first, lower, count)
616  返回:0