bucket_count 347 fs/mbcache.c unsigned long bucket_count = 1UL << bucket_bits; bucket_count 354 fs/mbcache.c cache->c_max_entries = bucket_count << 4; bucket_count 357 fs/mbcache.c cache->c_hash = kmalloc_array(bucket_count, bucket_count 364 fs/mbcache.c for (i = 0; i < bucket_count; i++) bucket_count 411 fs/ocfs2/dlm/dlmdebug.c unsigned long total = 0, longest = 0, bucket_count = 0; bucket_count 421 fs/ocfs2/dlm/dlmdebug.c ++bucket_count; bucket_count 426 fs/ocfs2/dlm/dlmdebug.c longest = max(longest, bucket_count); bucket_count 427 fs/ocfs2/dlm/dlmdebug.c bucket_count = 0;