Home
last modified time | relevance | path

Searched defs:hashent (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/kernel/
Duser.c121 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
131 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find()
205 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid() local
Ducount.c130 …tic struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashent) in find_ucounts()
143 struct hlist_head *hashent = ucounts_hashentry(ucounts->ns, ucounts->uid); in hlist_add_ucounts() local
166 struct hlist_head *hashent = ucounts_hashentry(ns, uid); in alloc_ucounts() local
/linux-6.12.1/fs/quota/
Ddquot.c300 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, in find_dquot()
924 unsigned int hashent = hashfn(sb, qid); in dqget() local
/linux-6.12.1/include/net/sctp/
Dstructs.h1295 int hashent; member