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

/linux-master/include/uapi/linux/
H A Dmsdos_fs.h55 #define FAT_LFN_LEN 255 /* maximum long name length */ macro
/linux-master/fs/fat/
H A Dnamei_vfat.c522 (wchar_t *) outname, FAT_LFN_LEN + 2);
525 else if (*outlen > FAT_LFN_LEN)
531 i < len && *outlen < FAT_LFN_LEN;
H A Dinode.c846 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE;

Completed in 118 milliseconds