Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\uidgid.h Create Date:2022-07-28 05:38:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:gid_gt

Proto:static inline bool gid_gt(kgid_t left, kgid_t right)

Type:bool

Parameter:

TypeParameterName
kgid_tleft
kgid_tright
78  Return __kgid_val(left) > __kgid_val(right)
Caller
NameDescribe
cred_fscmpred_fscmp - Compare two credentials with respect to filesystem access.*@a: The first credential*@b: The second credential* cred_cmp() will return zero if both credentials have the same* fsuid, fsgid, and supplementary groups. That is, if they will both
gid_cmp
groups_searcha simple bsearch
audit_gid_comparator
cmp_acl_entry