Searched refs:MAX_DIR_BUCKETS (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ | ||
D | f2fs_fs.h | 488 #define MAX_DIR_BUCKETS (1 << ((MAX_DIR_HASH_DEPTH / 2) - 1)) macro |
/Linux-v4.19/fs/f2fs/ | ||
D | dir.c | 31 return MAX_DIR_BUCKETS; in dir_buckets() |