Searched refs:FAT_LFN_LEN (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
H A Dmsdos_fs.h52 #define FAT_LFN_LEN 255 /* maximum long name length */ macro
/linux-4.4.14/fs/fat/
H A Dnamei_vfat.c510 (wchar_t *) outname, FAT_LFN_LEN + 2); xlate_to_uni()
513 else if (*outlen > FAT_LFN_LEN) xlate_to_uni()
519 i < len && *outlen < FAT_LFN_LEN; xlate_to_uni()
H A Dinode.c737 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; fat_statfs()

Completed in 185 milliseconds