Searched refs:hash64 (Results 1 – 2 of 2) sorted by relevance
136 static inline unsigned long hash_x_index(__u64 hash, int hash64) in hash_x_index() argument138 if (BITS_PER_LONG == 32 && hash64) in hash_x_index()
146 int hash64 = ll_i2sbi(inode)->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_filler() local223 offset = hash_x_index(hash, hash64); in ll_dir_filler()266 int hash64 = ll_i2sbi(dir)->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_page_locate() local273 unsigned long offset = hash_x_index(*hash, hash64); in ll_dir_page_locate()296 if (BITS_PER_LONG == 32 && hash64) { in ll_dir_page_locate()348 int hash64 = ll_i2sbi(dir)->ll_flags & LL_SBI_64BIT_HASH; in ll_get_dir_page() local419 page = read_cache_page(mapping, hash_x_index(hash, hash64), in ll_get_dir_page()443 if (BITS_PER_LONG == 32 && hash64) { in ll_get_dir_page()455 if (BITS_PER_LONG == 32 && hash64) in ll_get_dir_page()483 int hash64 = sbi->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_read() local[all …]