Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 2 of 2) sorted by relevance

/fs/orangefs/
Ddevorangefs-req.c43 static int hash_func(__u64 tag, int table_size) in hash_func() argument
45 return do_div(tag, (unsigned int)table_size); in hash_func()
/fs/ntfs3/
Dindex.c725 int table_size = 8; in hdr_find_e() local
753 if (max_idx < table_size) in hdr_find_e()
771 table_size = min(table_size * 2, in hdr_find_e()