Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat_write.c152 slotptr->name0_4[j] = 0; in str2slot()
153 slotptr->name0_4[j + 1] = 0; in str2slot()
155 goto name0_4; in str2slot()
157 slotptr->name0_4[j] = name[*idx]; in str2slot()
189 name0_4: in str2slot()
191 slotptr->name0_4[end_idx * 2] = 0xff; in str2slot()
192 slotptr->name0_4[end_idx * 2 + 1] = 0xff; in str2slot()
H A Dfat.c438 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h188 __u8 name0_4[10]; /* first 5 characters in name */ member
/openbmc/u-boot/include/
H A Dfat.h148 __u8 name0_4[10]; /* First 5 characters in name */ member
/openbmc/linux/fs/fat/
H A Dnamei_vfat.c632 fatwchar_to16(ps->name0_4, uname + offset, 5); in vfat_build_slots()
H A Ddir.c310 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long()
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst324 unsigned char name0_4[10]; // first 5 characters in name