• Home
  • Raw
  • Download

Lines Matching refs:value

38 	atomic_t value;  member
81 ret_id = atomic_read(&hash_cur->value); in __get_appid()
107 ret_id = atomic_read(&hash_cur->value); in __get_ext_gid()
131 if (atomic_read(&hash_cur->value) == user && in __is_excluded()
178 appid_t value) in alloc_hashtable_entry() argument
192 atomic_set(&ret->value, value); 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() argument
204 atomic_set(&hash_cur->value, value); in insert_packagelist_appid_entry_locked()
208 new_entry = alloc_hashtable_entry(key, 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() argument
226 new_entry = alloc_hashtable_entry(key, 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() argument
241 if (atomic_read(&hash_cur->value) == value && in insert_userid_exclude_entry_locked()
245 new_entry = alloc_hashtable_entry(key, value); in insert_userid_exclude_entry_locked()
292 static int insert_packagelist_entry(const struct qstr *key, appid_t value) in insert_packagelist_entry() argument
297 err = insert_packagelist_appid_entry_locked(key, value); in insert_packagelist_entry()
305 static int insert_ext_gid_entry(const struct qstr *key, appid_t value) in insert_ext_gid_entry() argument
310 err = insert_ext_gid_entry_locked(key, 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() argument
321 err = insert_userid_exclude_entry_locked(key, value); in insert_userid_exclude_entry()
323 fixup_all_perms_name_userid(key, value); in insert_userid_exclude_entry()
374 if (qstr_case_eq(key, &hash_cur->key) && atomic_read(&hash_cur->value) == group) { in remove_ext_gid_entry_locked()
398 if (atomic_read(&hash_cur->value) == userid) { in remove_userid_all_entry_locked()
424 atomic_read(&hash_cur->value) == userid) { in remove_userid_exclude_entry_locked()
534 "%d ", atomic_read(&hash_cur->value)); in package_details_excluded_userids_show()
707 struct extensions_value *value = to_extensions_value(item); in extensions_drop_group() local
709 pr_info("sdcardfs: No longer mapping any files to gid %d\n", value->num); in extensions_drop_group()
710 kfree(value); in extensions_drop_group()
762 hash_cur_app->key.name, atomic_read(&hash_cur_app->value)); in packages_list_show()
768 " %d\n", atomic_read(&hash_cur_user->value)) - 1; in packages_list_show()