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

/u-boot/include/
H A Dfat.h173 int data_begin; /* The sector of the first cluster, can be negative */ member in struct:__anon151
186 return fsdata->data_begin + clust * fsdata->clust_size;
191 return (sect - fsdata->data_begin) / fsdata->clust_size;
/u-boot/fs/fat/
H A Dfat.c667 mydata->data_begin = mydata->rootdir_sect -
674 mydata->data_begin = mydata->rootdir_sect +
700 mydata->rootdir_sect * mydata->sect_size, mydata->data_begin);

Completed in 46 milliseconds