Searched defs:hashent (Results 1 – 4 of 4) sorted by relevance
111 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()121 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find()177 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid() local
117 …tic struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashent) in find_ucounts()130 struct hlist_head *hashent = ucounts_hashentry(ns, uid); in get_ucounts() local
289 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, in find_dquot()864 unsigned int hashent = hashfn(sb, qid); in dqget() local
1223 int hashent; member