Searched refs:DIR_FstClusLO (Results 1 – 4 of 4) sorted by relevance
117 unsigned short DIR_FstClusLO; 179 **DIR_FstClusLO**
103 unsigned short DIR_FstClusLO; // 起始簇号(低16bit) member
369 target->DIR_FstClusLO = (uint16_t)(cluster & 0xffff); in fat32_fill_shortname()442 …int data_cluster = ((((uint32_t)de->DIR_FstClusHI) << 16) | ((uint32_t)de->DIR_FstClusLO)) & 0x0ff… in fat32_remove_entries()
343 finode->first_clus = ((sinfo.de->DIR_FstClusHI << 16) | sinfo.de->DIR_FstClusLO) & 0x0fffffff; in fat32_lookup()505 fdEntry->DIR_FstClusLO = finode->first_clus & 0xffff; in fat32_write_inode()1044 new_dir_dentries->DIR_FstClusLO = empty_fat32_dentry->DIR_FstClusLO; in fat32_mkdir()1055 new_dir_dentries->DIR_FstClusLO = (unsigned short)(parent_inode_info->first_clus) & 0xffff; in fat32_mkdir()