Home
last modified time | relevance | path

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

/u-boot/fs/fat/
A Dfat.c829 unsigned sect_offset = itr->next_clust * itr->fsdata->clust_size; in fat_next_cluster() local
830 unsigned remaining_sects = itr->fsdata->rootdir_size - sect_offset; in fat_next_cluster()
831 sect = itr->fsdata->rootdir_sect + sect_offset; in fat_next_cluster()
A Dfat_write.c653 u32 startsect, sect_offset, nsects; in flush_dir() local
662 sect_offset = itr->clust * mydata->clust_size; in flush_dir()
663 startsect = mydata->rootdir_sect + sect_offset; in flush_dir()
666 mydata->rootdir_size - sect_offset); in flush_dir()

Completed in 10 milliseconds