Searched refs:lcase (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/fs/fat/
H A Dnamei_vfat.c315 unsigned char *name_res, unsigned char *lcase) vfat_create_shortname()
432 *lcase = 0; vfat_create_shortname()
443 *lcase |= CASE_LOWER_BASE; vfat_create_shortname()
445 *lcase |= CASE_LOWER_EXT; vfat_create_shortname()
587 unsigned char cksum, lcase; vfat_build_slots() local
611 msdos_name, &lcase); vfat_build_slots()
643 de->lcase = lcase; vfat_build_slots()
313 vfat_create_shortname(struct inode *dir, struct nls_table *nls, wchar_t *uname, int ulen, unsigned char *name_res, unsigned char *lcase) vfat_create_shortname() argument
H A Ddir.c383 de->lcase & CASE_LOWER_BASE); fat_parse_short()
419 de->lcase & CASE_LOWER_EXT); fat_parse_short()
1162 de[0].lcase = de[1].lcase = 0; fat_alloc_new_dir()
H A Dnamei_msdos.c238 de.lcase = 0; msdos_add_entry()
/linux-4.4.14/include/uapi/linux/
H A Dmsdos_fs.h177 __u8 lcase; /* Case for base and extension */ member in struct:msdos_dir_entry

Completed in 206 milliseconds