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

/u-boot/fs/fat/
H A Dfat_write.c659 u32 startsect, sect_offset, nsects; local
668 sect_offset = itr->clust * mydata->clust_size;
669 startsect = mydata->rootdir_sect + sect_offset;
672 mydata->rootdir_size - sect_offset);
H A Dfat.c887 unsigned sect_offset = itr->next_clust * itr->fsdata->clust_size; local
888 unsigned remaining_sects = itr->fsdata->rootdir_size - sect_offset;
889 sect = itr->fsdata->rootdir_sect + sect_offset;

Completed in 45 milliseconds