jhash 124 fs/dlm/dir.c val = jhash(name, len, 0); jhash 449 fs/dlm/lock.c hash = jhash(name, namelen, 0); jhash 135 fs/gfs2/glock.c h = jhash(&name->ln_number, sizeof(u64), 0); jhash 136 fs/gfs2/glock.c h = jhash(&name->ln_type, sizeof(unsigned int), h); jhash 137 fs/gfs2/glock.c h = jhash(&sdp, sizeof(struct gfs2_sbd *), h); jhash 360 kernel/marker.c u32 hash = jhash(name, strlen(name), 0); jhash 381 kernel/marker.c u32 hash = jhash(name, name_len-1, 0); jhash 436 kernel/marker.c u32 hash = jhash(name, len-1, 0); jhash 830 kernel/marker.c u32 hash = jhash(name, name_len-1, 0); jhash 203 net/9p/error.c bucket = jhash(c->name, c->namelen, 0) % ERRHASHSZ; jhash 229 net/9p/error.c bucket = jhash(errstr, len, 0) % ERRHASHSZ; jhash 227 net/ipv4/cipso_ipv4.c return jhash(key, key_len, 0); jhash 123 net/netfilter/ipvs/ip_vs_conn.c return jhash_3words(jhash(addr, 16, ip_vs_conn_rnd), jhash 29 net/netfilter/xt_RATEEST.c return jhash(name, FIELD_SIZEOF(struct xt_rateest, name), jhash_rnd) &