Home
last modified time | relevance | path

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

/system/extras/fatblock/
Dfs.h49 void fs_set_rootdir_start(struct fs *fs, cluster_t rootdir_start);
Dfs.c249 void fs_set_rootdir_start(struct fs *fs, cluster_t rootdir_start) in fs_set_rootdir_start() argument
253 fs->boot.rootdir_start = htole32(rootdir_start); in fs_set_rootdir_start()
Dfat.h46 cluster_t rootdir_start; member