hashfn            232 fs/dquot.c     	struct hlist_head *head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id, dquot->dq_type);
hashfn            657 fs/dquot.c     	unsigned int hashent = hashfn(sb, id, type);
hashfn             43 include/net/inet_frag.h 	unsigned int		(*hashfn)(struct inet_frag_queue *);
hashfn             38 net/ipv4/inet_fragment.c 			unsigned int hval = f->hashfn(q);
hashfn            209 net/ipv4/inet_fragment.c 	hash = f->hashfn(qp_in);
hashfn            749 net/ipv4/ip_fragment.c 	ip4_frags.hashfn = ip4_hashfn;
hashfn            664 net/ipv6/netfilter/nf_conntrack_reasm.c 	nf_frags.hashfn = nf_hashfn;
hashfn            790 net/ipv6/reassembly.c 	ip6_frags.hashfn = ip6_hashfn;