函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\uidgid.h Create Date:2022-07-27 06:40:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:uid_lt

函数原型:static inline bool uid_lt(kuid_t left, kuid_t right)

返回类型:bool

参数:

类型参数名称
kuid_tleft
kuid_tright
93  返回:__kuid_val(left)小于__kuid_val(right)
调用者
名称描述
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
audit_uid_comparator
key_user_lookupGet the key quota record for a user, allocating a new record if one doesn't* already exist.
cmp_acl_entry
qid_ltqid_lt - Test to see if one qid value is less than another*@left: The possibly lesser qid value*@right: The possibly greater qid value* Return true if left is less than right and false otherwise.