Home | History | Annotate | Download | only in fatblock

Lines Matching defs:imp

153 	struct imported imp;
267 import_file(fs, ch_path, &item->imp);
271 import_dir(fs, ch_path, 0, &item->imp);
317 item->imp.first_cluster, item->imp.size);
319 if (item->imp.dot_dot_dirent) {
320 fat_dirent_set_first_cluster(item->imp.dot_dot_dirent,
354 struct imported imp;
357 ret = import_dir(fs, path, 0, &imp);
361 fs_set_rootdir_start(fs, imp.first_cluster);