Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:find_ucounts

Proto:static struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashent)

Type:struct ucounts

Parameter:

TypeParameterName
struct user_namespace *ns
kuid_tuid
struct hlist_head *hashent
119  If uid_eq(uid, uid) && ns == ns Then Return ucounts
122  Return NULL
Caller
NameDescribe
get_ucounts