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