Searched refs:FAT_LFN_LEN (Results 1 – 3 of 3) sorted by relevance
52 #define FAT_LFN_LEN 255 /* maximum long name length */ macro
510 (wchar_t *) outname, FAT_LFN_LEN + 2); in xlate_to_uni()513 else if (*outlen > FAT_LFN_LEN) in xlate_to_uni()519 i < len && *outlen < FAT_LFN_LEN; in xlate_to_uni()
736 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; in fat_statfs()