Lines Matching refs:qstr
37 struct qstr key;
57 static inline void qstr_init(struct qstr *q, const char *name) in qstr_init()
64 static inline int qstr_copy(const struct qstr *src, struct qstr *dest) in qstr_copy()
72 static appid_t __get_appid(const struct qstr *key) in __get_appid()
92 struct qstr q; in get_appid()
98 static appid_t __get_ext_gid(const struct qstr *key) in __get_ext_gid()
118 struct qstr q; in get_ext_gid()
124 static appid_t __is_excluded(const struct qstr *app_name, userid_t user) in __is_excluded()
143 struct qstr q; in is_excluded()
152 int check_caller_access_to_name(struct inode *parent_node, const struct qstr *name) in check_caller_access_to_name()
154 struct qstr q_autorun = QSTR_LITERAL("autorun.inf"); in check_caller_access_to_name()
155 struct qstr q__android_secure = QSTR_LITERAL(".android_secure"); in check_caller_access_to_name()
156 struct qstr q_android_secure = QSTR_LITERAL("android_secure"); in check_caller_access_to_name()
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()
491 struct qstr name;
612 struct qstr name;