Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Df2fs_fs.h548 #define MAX_DIR_BUCKETS (1 << ((MAX_DIR_HASH_DEPTH / 2) - 1)) macro
/linux-6.1.9/fs/f2fs/
Ddir.c34 return MAX_DIR_BUCKETS; in dir_buckets()