Home
last modified time | relevance | path

Searched refs:__fat32_LBA_to_cluster (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/filesystem/fat32/
Dinternal.h25 static inline uint32_t __fat32_LBA_to_cluster(uint32_t first_data_sector, uint32_t sec_per_clus, ui… in __fat32_LBA_to_cluster() function
Dfat32.c344 …finode->dEntry_location_clus = __fat32_LBA_to_cluster(fsbi->first_data_sector, fsbi->sec_per_clus,… in fat32_lookup()