Searched refs:ae_id (Results 1 – 3 of 3) sorted by relevance
74 if (a->ae_id < b->ae_id) in acl_entry_compare()76 if (a->ae_id > b->ae_id) in acl_entry_compare()156 obj_uid = entry->ae_id; in acl_check()164 if (entry->ae_id == obj_uid) in acl_check()166 if (count_user && (entry->ae_id <= highest_uid)) in acl_check()168 highest_uid = entry->ae_id; in acl_check()178 obj_gid = entry->ae_id; in acl_check()186 if (entry->ae_id == obj_gid) in acl_check()188 if (count_group && (entry->ae_id <= highest_gid)) in acl_check()190 highest_gid = entry->ae_id; in acl_check()[all …]
57 uid_t ae_id; in acl_to_text() local70 ae_id = acl->acl_entry[i].ae_id; in acl_to_text()95 error = acl_id_to_name(ae_tag, ae_id, MAXLOGNAME, in acl_to_text()157 error = acl_id_to_name(ae_tag, ae_id, MAXLOGNAME, in acl_to_text()
56 uid_t ae_id; member