Lines Matching refs:ps
791 struct msdos_dir_slot *ps; in vfat_fill_slots() local
837 for (ps = ds, slot = *slots; slot > 0; slot--, ps++) { in vfat_fill_slots()
838 ps->id = slot; in vfat_fill_slots()
839 ps->attr = ATTR_EXT; in vfat_fill_slots()
840 ps->reserved = 0; in vfat_fill_slots()
841 ps->alias_checksum = cksum; in vfat_fill_slots()
842 ps->start = 0; in vfat_fill_slots()
844 fatwchar_to16(ps->name0_4, uname + offset, 5); in vfat_fill_slots()
845 fatwchar_to16(ps->name5_10, uname + offset + 5, 6); in vfat_fill_slots()
846 fatwchar_to16(ps->name11_12, uname + offset + 11, 2); in vfat_fill_slots()
849 de = (struct msdos_dir_entry *) ps; in vfat_fill_slots()