Home
last modified time | relevance | path

Searched refs:hash64 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/mm/
DMakefile15 hash64-$(CONFIG_PPC_NATIVE) := hash_native_64.o
16 obj-$(CONFIG_PPC_STD_MMU_64) += hash_utils_64.o slb_low.o slb.o $(hash64-y)
31 obj-$(CONFIG_PPC_STD_MMU_64) += hugetlbpage-hash64.o
34 obj-$(CONFIG_TRANSPARENT_HUGEPAGE) += hugepage-hash64.o
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_lite.h137 static inline unsigned long hash_x_index(__u64 hash, int hash64) in hash_x_index() argument
139 if (BITS_PER_LONG == 32 && hash64) in hash_x_index()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c146 int hash64 = ll_i2sbi(inode)->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_filler() local
224 offset = hash_x_index(hash, hash64); in ll_dir_filler()
270 int hash64 = ll_i2sbi(dir)->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_page_locate() local
277 unsigned long offset = hash_x_index(*hash, hash64); in ll_dir_page_locate()
300 if (BITS_PER_LONG == 32 && hash64) { in ll_dir_page_locate()
352 int hash64 = ll_i2sbi(dir)->ll_flags & LL_SBI_64BIT_HASH; in ll_get_dir_page() local
423 page = read_cache_page(mapping, hash_x_index(hash, hash64), in ll_get_dir_page()
447 if (BITS_PER_LONG == 32 && hash64) { in ll_get_dir_page()
459 if (BITS_PER_LONG == 32 && hash64) in ll_get_dir_page()
487 int hash64 = sbi->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_read() local
[all …]