Function report |
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 activity | Download SCCT | Chinese |
Name:uid_lt
Proto:static inline bool uid_lt(kuid_t left, kuid_t right)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
kuid_t | left | |
kuid_t | right |
93 | Return __kuid_val(left) < __kuid_val(right) |
Name | Describe |
---|---|
cred_fscmp | red_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_lookup | Get the key quota record for a user, allocating a new record if one doesn't* already exist. |
cmp_acl_entry | |
qid_lt | qid_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. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |