Home
last modified time | relevance | path

Searched refs:lcase (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/fat/
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()
Ddir.c384 de->lcase & CASE_LOWER_BASE); in fat_parse_short()
420 de->lcase & CASE_LOWER_EXT); in fat_parse_short()
1168 de[0].lcase = de[1].lcase = 0; in fat_alloc_new_dir()
Dnamei_msdos.c240 de.lcase = 0; in msdos_add_entry()
/Linux-v5.4/include/uapi/linux/
Dmsdos_fs.h175 __u8 lcase; /* Case for base and extension */ member
/Linux-v5.4/Documentation/filesystems/
Dvfat.txt249 unsigned char lcase; // Case for base and extension
261 The lcase field specifies if the base and/or the extension of an 8.3
/Linux-v5.4/drivers/staging/exfat/
Dexfat.h417 u8 lcase; member
Dexfat_core.c1303 dos_ep->lcase = p_dosname->name_case; in fat_init_ext_entry()
2611 dos_name.name_case = ep->lcase; in get_uni_name_from_dos_entry()