Lines Matching full:inode
275 add_user_command (&ptr->type_commands,"inode","Returns to the inode of the current file",type_file___inode);
283 add_user_command (&ptr->type_commands,"remember","Saves the file\'s inode position for later reference",type_file___remember);
289 add_user_command (&ptr->type_commands,"show","Shows inode data",type_ext2_inode___show);
290 add_user_command (&ptr->type_commands,"next","Move to next inode in current block group",type_ext2_inode___next);
291 add_user_command (&ptr->type_commands,"prev","Move to next inode in current block group",type_ext2_inode___prev);
292 add_user_command (&ptr->type_commands,"group","Move to the group descriptors of the current inode table",type_ext2_inode___group);
293 add_user_command (&ptr->type_commands,"entry","Move to a specified entry in the current inode table",type_ext2_inode___entry);
294 add_user_command (&ptr->type_commands,"file","Display file data of the current inode",type_ext2_inode___file);
295 add_user_command (&ptr->type_commands,"dir","Display directory data of the current inode",type_ext2_inode___dir);
300 add_user_command (&ptr->type_commands,"inode","Returns to the inode of the current directory",type_dir___inode);
303 add_user_command (&ptr->type_commands,"followinode","Follows the inode specified in this directory entry",type_dir___followinode);
304 add_user_command (&ptr->type_commands,"remember","Remember the inode of the current directory entry",type_dir___remember);
322 add_user_command (&ptr->type_commands,"inode","Pass to the inode table of the current group block",type_ext2_group_desc___inode);
325 add_user_command (&ptr->type_commands,"inodebitmap","Show the inode allocation bitmap of the current group block",type_ext2_group_desc___inodebitmap);
339 add_user_command (&ptr->type_commands,"show","Displays the inode allocation bitmap",type_ext2_inode_bitmap___show);
343 add_user_command (&ptr->type_commands,"allocate","Allocates the current inode",type_ext2_inode_bitmap___allocate);
344 add_user_command (&ptr->type_commands,"deallocate","Deallocates the current inode",type_ext2_inode_bitmap___deallocate);