Searched refs:MAX_DIR_BUCKETS (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ | ||
| H A D | f2fs_fs.h | 558 #define MAX_DIR_BUCKETS BIT((MAX_DIR_HASH_DEPTH / 2) - 1) macro |
| /linux-6.15/fs/f2fs/ | ||
| H A D | dir.c | 34 return MAX_DIR_BUCKETS; in dir_buckets() |