Searched refs:file_system_tftp (Results 1 – 4 of 4) sorted by relevance
58 struct fs_ops file_system_tftp = FS_OPS(tftp); variable66 { "tftp", &file_system_tftp },
117 struct fs_ops file_system_tftp = FS_OPS(tftp); variable126 { "tftp", &file_system_tftp },
34 extern struct fs_ops file_system_tftp;
211 static struct fs_ops file_system_tftp = FS_OPS(tftp); variable613 memcpy(&file_system[0], &file_system_tftp, sizeof file_system[0]); in devopen()