Home
last modified time | relevance | path

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

/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()
270 int hash64 = ll_i2sbi(dir)->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_page_locate()
352 int hash64 = ll_i2sbi(dir)->ll_flags & LL_SBI_64BIT_HASH; in ll_get_dir_page()
487 int hash64 = sbi->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_read()
602 int hash64 = sbi->ll_flags & LL_SBI_64BIT_HASH; in ll_readdir()
1937 else if (api32 && sbi->ll_flags & LL_SBI_64BIT_HASH) in ll_dir_seek()
Dllite_internal.h414 #define LL_SBI_64BIT_HASH 0x4000 /* support 64-bits dir hash/offset */ macro
Dllite_lib.c363 sbi->ll_flags |= LL_SBI_64BIT_HASH; in client_common_fill_super()