Lines Matching defs:hash
277 unsigned long hash;
284 hash = keyed_hash(hash_in, 4);
285 bm = hash % reiserfs_bmap_count(s);
297 * corresponding hash is full
801 unsigned long hash;
813 hash = bm * (sb->s_blocksize << 3);
816 hash += sb->s_blocksize / 2;
817 hint->search_start = hash;
828 unsigned long hash;
840 hash = (hint->inode->i_sb->s_blocksize << 3);
844 hash = bm * (hint->inode->i_sb->s_blocksize << 3);
846 hint->search_start = hash;
1034 * we will hash for location, later we might look for a moderately