hashent           287 fs/quota/dquot.c static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb,
hashent           293 fs/quota/dquot.c 	hlist_for_each (node, dquot_hash+hashent) {
hashent           850 fs/quota/dquot.c 	unsigned int hashent = hashfn(sb, qid);
hashent           869 fs/quota/dquot.c 	dquot = find_dquot(hashent, sb, qid);
hashent          1227 include/net/sctp/structs.h 	int hashent;
hashent           114 kernel/ucount.c static struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashent)
hashent           118 kernel/ucount.c 	hlist_for_each_entry(ucounts, hashent, node) {
hashent           127 kernel/ucount.c 	struct hlist_head *hashent = ucounts_hashentry(ns, uid);
hashent           131 kernel/ucount.c 	ucounts = find_ucounts(ns, uid, hashent);
hashent           144 kernel/ucount.c 		ucounts = find_ucounts(ns, uid, hashent);
hashent           148 kernel/ucount.c 			hlist_add_head(&new->node, hashent);
hashent           111 kernel/user.c  static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent)
hashent           113 kernel/user.c  	hlist_add_head(&up->uidhash_node, hashent);
hashent           121 kernel/user.c  static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent)
hashent           125 kernel/user.c  	hlist_for_each_entry(user, hashent, uidhash_node) {
hashent           177 kernel/user.c  	struct hlist_head *hashent = uidhashentry(uid);
hashent           181 kernel/user.c  	up = uid_hash_find(uid, hashent);
hashent           199 kernel/user.c  		up = uid_hash_find(uid, hashent);
hashent           203 kernel/user.c  			uid_hash_insert(new, hashent);
hashent           726 net/sctp/input.c 	epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port);
hashent           727 net/sctp/input.c 	head = &sctp_ep_hashtable[epb->hashent];
hashent           792 net/sctp/input.c 	epb->hashent = sctp_ep_hashfn(sock_net(sk), epb->bind_addr.port);
hashent           794 net/sctp/input.c 	head = &sctp_ep_hashtable[epb->hashent];