Home | History | Annotate | Download | only in ext2ed

Lines Matching full:pass

277 		add_user_command (&ptr->type_commands,"next","Pass to next byte",type_file___next);
278 add_user_command (&ptr->type_commands,"prev","Pass to the previous byte",type_file___prev);
279 add_user_command (&ptr->type_commands,"offset","Pass to a specified byte in the current block",type_file___offset);
280 add_user_command (&ptr->type_commands,"nextblock","Pass to next file block",type_file___nextblock);
281 add_user_command (&ptr->type_commands,"prevblock","Pass to the previous file block",type_file___prevblock);
301 add_user_command (&ptr->type_commands,"next","Pass to the next directory entry",type_dir___next);
302 add_user_command (&ptr->type_commands,"prev","Pass to the previous directory entry",type_dir___prev);
318 add_user_command (&ptr->type_commands,"next","Pass to the next block group decriptor",type_ext2_group_desc___next);
319 add_user_command (&ptr->type_commands,"prev","Pass to the previous group descriptor",type_ext2_group_desc___prev);
320 add_user_command (&ptr->type_commands,"entry","Pass to a specific group descriptor",type_ext2_group_desc___entry);
322 add_user_command (&ptr->type_commands,"inode","Pass to the inode table of the current group block",type_ext2_group_desc___inode);