Lines Matching refs:ps
585 struct msdos_dir_slot *ps; in vfat_build_slots() local
624 for (ps = slots, i = *nr_slots; i > 0; i--, ps++) { in vfat_build_slots()
625 ps->id = i; in vfat_build_slots()
626 ps->attr = ATTR_EXT; in vfat_build_slots()
627 ps->reserved = 0; in vfat_build_slots()
628 ps->alias_checksum = cksum; in vfat_build_slots()
629 ps->start = 0; in vfat_build_slots()
631 fatwchar_to16(ps->name0_4, uname + offset, 5); in vfat_build_slots()
632 fatwchar_to16(ps->name5_10, uname + offset + 5, 6); in vfat_build_slots()
633 fatwchar_to16(ps->name11_12, uname + offset + 11, 2); in vfat_build_slots()
636 de = (struct msdos_dir_entry *)ps; in vfat_build_slots()