Home
last modified time | relevance | path

Searched refs:lcase (Results 1 – 5 of 5) sorted by path

/linux/Documentation/filesystems/
H A Dvfat.rst285 unsigned char lcase; // Case for base and extension
298 The lcase field specifies if the base and/or the extension of an 8.3
/linux/fs/fat/
H A Ddir.c396 de->lcase & CASE_LOWER_BASE); in fat_parse_short()
432 de->lcase & CASE_LOWER_EXT); in fat_parse_short()
1176 de[0].lcase = de[1].lcase = 0; in fat_alloc_new_dir()
H A Dnamei_msdos.c240 de.lcase = 0; in msdos_add_entry()
H A Dnamei_vfat.c329 unsigned char *name_res, unsigned char *lcase) in vfat_create_shortname() argument
446 *lcase = 0; in vfat_create_shortname()
457 *lcase |= CASE_LOWER_BASE; in vfat_create_shortname()
459 *lcase |= CASE_LOWER_EXT; in vfat_create_shortname()
588 unsigned char cksum, lcase; in vfat_build_slots() local
612 msdos_name, &lcase); in vfat_build_slots()
644 de->lcase = lcase; in vfat_build_slots()
/linux/include/uapi/linux/
H A Dmsdos_fs.h175 __u8 lcase; /* Case for base and extension */ member