Searched refs:rootdir_start (Results 1 – 3 of 3) sorted by relevance
49 void fs_set_rootdir_start(struct fs *fs, cluster_t rootdir_start);
249 void fs_set_rootdir_start(struct fs *fs, cluster_t rootdir_start) in fs_set_rootdir_start() argument253 fs->boot.rootdir_start = htole32(rootdir_start); in fs_set_rootdir_start()
46 cluster_t rootdir_start; member