Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/fat/
H A Dfat_write.c154 slotptr->name0_4[j] = 0; in str2slot()
155 slotptr->name0_4[j + 1] = 0; in str2slot()
157 goto name0_4; in str2slot()
159 slotptr->name0_4[j] = name[*idx]; in str2slot()
191 name0_4: in str2slot()
193 slotptr->name0_4[end_idx * 2] = 0xff; in str2slot()
194 slotptr->name0_4[end_idx * 2 + 1] = 0xff; in str2slot()
H A Dfat.c438 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
/rk3399_rockchip-uboot/include/
H A Dfat.h150 __u8 name0_4[10]; /* First 5 characters in name */ member