Searched refs:FAT_MAX_DIR_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/uapi/linux/ | ||
D | msdos_fs.h | 31 #define FAT_MAX_DIR_SIZE (FAT_MAX_DIR_ENTRIES << MSDOS_DIR_BITS) macro |
/linux-4.1.27/fs/fat/ | ||
D | dir.c | 1288 if (pos >= FAT_MAX_DIR_SIZE) in fat_add_entries() |