Home
last modified time | relevance | path

Searched refs:DIR_FstClusLO (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.2/docs/kernel/filesystem/fat32/
Dindex.md117 unsigned short DIR_FstClusLO;
179 **DIR_FstClusLO**
/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat32.h103 unsigned short DIR_FstClusLO; // 起始簇号(低16bit) member
Dfat_ent.c369 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()
Dfat32.c343 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()