Searched refs:rootdir_start (Results 1 - 3 of 3) sorted by relevance

/system/extras/fatblock/
H A Dfs.h49 void fs_set_rootdir_start(struct fs *fs, cluster_t rootdir_start);
H A Dfat.h46 cluster_t rootdir_start; member in struct:fat_boot_sector
H A Dfs.c197 /* bs->rootdir_start will be set later. */
249 void fs_set_rootdir_start(struct fs *fs, cluster_t rootdir_start) argument
253 fs->boot.rootdir_start = htole32(rootdir_start);

Completed in 394 milliseconds