• Home
  • Raw
  • Download

Lines Matching defs:key

37 	struct qstr key;  member
72 static appid_t __get_appid(const struct qstr *key) in __get_appid()
90 appid_t get_appid(const char *key) in get_appid()
98 static appid_t __get_ext_gid(const struct qstr *key) in __get_ext_gid()
116 appid_t get_ext_gid(const char *key) in get_ext_gid()
141 appid_t is_excluded(const char *key, userid_t user) in is_excluded()
177 static struct hashtable_entry *alloc_hashtable_entry(const struct qstr *key, in alloc_hashtable_entry()
196 static int insert_packagelist_appid_entry_locked(const struct qstr *key, appid_t value) in insert_packagelist_appid_entry_locked()
215 static int insert_ext_gid_entry_locked(const struct qstr *key, appid_t value) in insert_ext_gid_entry_locked()
233 static int insert_userid_exclude_entry_locked(const struct qstr *key, userid_t value) in insert_userid_exclude_entry_locked()
252 static void fixup_all_perms_name(const struct qstr *key) in fixup_all_perms_name()
265 static void fixup_all_perms_name_userid(const struct qstr *key, userid_t userid) in fixup_all_perms_name_userid()
292 static int insert_packagelist_entry(const struct qstr *key, appid_t value) in insert_packagelist_entry()
305 static int insert_ext_gid_entry(const struct qstr *key, appid_t value) in insert_ext_gid_entry()
316 static int insert_userid_exclude_entry(const struct qstr *key, userid_t value) in insert_userid_exclude_entry()
335 static void remove_packagelist_entry_locked(const struct qstr *key) in remove_packagelist_entry_locked()
360 static void remove_packagelist_entry(const struct qstr *key) in remove_packagelist_entry()
368 static void remove_ext_gid_entry_locked(const struct qstr *key, gid_t group) in remove_ext_gid_entry_locked()
383 static void remove_ext_gid_entry(const struct qstr *key, gid_t group) in remove_ext_gid_entry()
417 static void remove_userid_exclude_entry_locked(const struct qstr *key, userid_t userid) in remove_userid_exclude_entry_locked()
433 static void remove_userid_exclude_entry(const struct qstr *key, userid_t userid) in remove_userid_exclude_entry()