Searched refs:slotptr (Results 1 – 2 of 2) sorted by relevance
146 static int str2slot(dir_slot *slotptr, const char *name, int *idx) in str2slot() argument152 slotptr->name0_4[j] = 0; in str2slot()153 slotptr->name0_4[j + 1] = 0; in str2slot()157 slotptr->name0_4[j] = name[*idx]; in str2slot()163 slotptr->name5_10[j] = 0; in str2slot()164 slotptr->name5_10[j + 1] = 0; in str2slot()168 slotptr->name5_10[j] = name[*idx]; in str2slot()174 slotptr->name11_12[j] = 0; in str2slot()175 slotptr->name11_12[j + 1] = 0; in str2slot()179 slotptr->name11_12[j] = name[*idx]; in str2slot()[all …]
433 static int slot2str(dir_slot *slotptr, char *l_name, int *idx) in slot2str() argument438 l_name[*idx] = slotptr->name0_4[j]; in slot2str()444 l_name[*idx] = slotptr->name5_10[j]; in slot2str()450 l_name[*idx] = slotptr->name11_12[j]; in slot2str()