Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Df2fs_fs.h545 #define MAX_DIR_BUCKETS BIT((MAX_DIR_HASH_DEPTH / 2) - 1) macro
/openbmc/linux/fs/f2fs/
H A Ddir.c34 return MAX_DIR_BUCKETS; in dir_buckets()