Searched refs:hash_in (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/reiserfs/
H A Dbitmap.c276 char *hash_in = NULL; local
283 hash_in = (char *)(&id);
284 hash = keyed_hash(hash_in, 4);
775 char *hash_in; local
778 hash_in = (char *)&hint->key.k_dir_id;
782 hash_in = (char *)&hint->key.k_dir_id;
785 hash_in = (char *)(&INODE_PKEY(hint->inode)->k_dir_id);
787 hash_in =
792 hint->beg + keyed_hash(hash_in, 4) % (hint->end - hint->beg);
935 char *hash_in; local
971 u32 hash_in; local
[all...]

Completed in 94 milliseconds