Home
last modified time | relevance | path

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

/linux/kernel/
H A Duser.c117 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
127 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find()
201 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid() local
H A Ducount.c133 struct hlist_nulls_head *hashent) in find_ucounts() argument
150 struct hlist_nulls_head *hashent = ucounts_hashentry(ucounts->ns, ucounts->uid); in hlist_add_ucounts() local
159 struct hlist_nulls_head *hashent = ucounts_hashentry(ns, uid); in alloc_ucounts() local
/linux/fs/quota/
H A Ddquot.c302 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, in find_dquot()
928 unsigned int hashent = hashfn(sb, qid); in dqget() local