Lines Matching refs:de
586 struct msdos_dir_entry *de; in vfat_build_slots() local
615 de = (struct msdos_dir_entry *)slots; in vfat_build_slots()
636 de = (struct msdos_dir_entry *)ps; in vfat_build_slots()
641 memcpy(de->name, msdos_name, MSDOS_NAME); in vfat_build_slots()
642 de->attr = is_dir ? ATTR_DIR : ATTR_ARCH; in vfat_build_slots()
643 de->lcase = lcase; in vfat_build_slots()
645 de->time = de->ctime = time; in vfat_build_slots()
646 de->date = de->cdate = de->adate = date; in vfat_build_slots()
647 de->ctime_cs = time_cs; in vfat_build_slots()
648 fat_set_start(de, cluster); in vfat_build_slots()
649 de->size = 0; in vfat_build_slots()
729 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos); in vfat_lookup()
786 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos); in vfat_create()
881 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos); in vfat_mkdir()