Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/fat/
H A Dfat_write.c176 slotptr->name11_12[j] = 0; in str2slot()
177 slotptr->name11_12[j + 1] = 0; in str2slot()
179 goto name11_12; in str2slot()
181 slotptr->name11_12[j] = name[*idx]; in str2slot()
204 name11_12: in str2slot()
207 slotptr->name11_12[end_idx * 2] = 0xff; in str2slot()
208 slotptr->name11_12[end_idx * 2 + 1] = 0xff; in str2slot()
H A Dfat.c450 l_name[*idx] = slotptr->name11_12[j]; in slot2str()
/rk3399_rockchip-uboot/include/
H A Dfat.h156 __u8 name11_12[4]; /* Last 2 characters in name */ member