Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/fat/
H A Dfat_write.c165 slotptr->name5_10[j] = 0; in str2slot()
166 slotptr->name5_10[j + 1] = 0; in str2slot()
168 goto name5_10; in str2slot()
170 slotptr->name5_10[j] = name[*idx]; in str2slot()
197 name5_10: in str2slot()
200 slotptr->name5_10[end_idx * 2] = 0xff; in str2slot()
201 slotptr->name5_10[end_idx * 2 + 1] = 0xff; in str2slot()
H A Dfat.c444 l_name[*idx] = slotptr->name5_10[j]; in slot2str()
/rk3399_rockchip-uboot/include/
H A Dfat.h154 __u8 name5_10[12]; /* 6 more characters in name */ member