Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:dispatch

197 5.	If the required entry is found, we dispatch a remember command to insert the current inode (remember that
203 6. We then dispatch a followinode command to reach the inode pointed by the required entry. This command will
206 7. We check the inode's type to see if it is a directory. If it is, we dispatch a dir command to "enter the directory",
211 typically the case.), we note the path it is pointing at, the saved inode is recalled, we dispatch dir to
265 dispatch ("remember internal_variable"); /* Move the inode into the objects memory */
267 dispatch ("followinode"); /* Go to the inode pointed by this directory entry */
282 dispatch ("recall internal_variable"); /* Return to the original inode */
283 dispatch ("dir"); /* and to the directory */
286 dispatch (temp); /* (which can call ourself or the general cd) */
293 dispatch ("dir"); /* Yes - Pass to the pointed directory */
297 dispatch (temp);
366 dispatch ("show");
407 sprintf (buffer,"setoffset %ld",inode_offset);dispatch (buffer); /* Move to it */
408 sprintf (buffer,"settype ext2_inode");dispatch (buffer); /* and set the type to an inode */
421 dispatch ("settype ext2_inode");
496 sprintf (buffer,"entry %ld",file_info.dir_entry_num+offset);dispatch (buffer);
513 sprintf (buffer,"entry %ld",file_info.dir_entry_num-offset);dispatch (buffer);