函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:uid_m_show

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

返回类型:int

参数:

类型参数名称
struct seq_file *seq
void *v
579  ns等于private
580  extent等于v
584  lower_ns等于seq_user_ns(seq)
585  如果lower_ns恒等于nsparentlower_ns等于parent
588  lower等于m_kuid - Create a uid from a kuid user-namespace pair.*@targ: The user namespace we want a uid in.*@kuid: The kernel internal uid to start with.* Map @kuid into the user-namespace specified by @targ and* return the resulting uid.
590  seq_printf(seq, "%10u %10u %10u\n", first, lower, count)
595  返回:0