Searched refs:lcase (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_vfat.c | 329 unsigned char *name_res, unsigned char *lcase) in vfat_create_shortname() 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() 327 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 D | dir.c | 384 de->lcase & CASE_LOWER_BASE); in fat_parse_short() 420 de->lcase & CASE_LOWER_EXT); in fat_parse_short() 1164 de[0].lcase = de[1].lcase = 0; in fat_alloc_new_dir()
|
H A D | namei_msdos.c | 240 de.lcase = 0; in msdos_add_entry()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | namei_vfat.c | 329 unsigned char *name_res, unsigned char *lcase) in vfat_create_shortname() 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() 327 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 D | dir.c | 384 de->lcase & CASE_LOWER_BASE); in fat_parse_short() 420 de->lcase & CASE_LOWER_EXT); in fat_parse_short() 1164 de[0].lcase = de[1].lcase = 0; in fat_alloc_new_dir()
|
H A D | namei_msdos.c | 240 de.lcase = 0; in msdos_add_entry()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | msdos_fs.h | 175 __u8 lcase; /* Case for base and extension */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | msdos_fs.h | 175 __u8 lcase; /* Case for base and extension */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | msdos_fs.h | 140 __u8 lcase; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | msdos_fs.h | 140 __u8 lcase; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | msdos_fs.h | 137 __u8 lcase; member
|
Completed in 12 milliseconds