Lines Matching full:ext2_commands
678 for (i=0;i<=ext2_commands.last_command && !found;i++) {
679 if (strcmp (command,ext2_commands.names [i])==0) {
680 (*ext2_commands.callback [i]) (command_line);
1491 add_user_command (&ext2_commands,"super","Moves to the superblock of the filesystem",type_ext2___super);
1492 add_user_command (&ext2_commands,"group","Moves to the first group descriptor",type_ext2___group);
1493 add_user_command (&ext2_commands,"cd","Moves to the directory specified",type_ext2___cd);