Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h55 #define FAT_LFN_LEN 255 /* maximum long name length */ macro
/openbmc/linux/fs/fat/
H A Dnamei_vfat.c522 (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()
H A Dinode.c841 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; in fat_statfs()