Home | History | Annotate | Download | only in ext2ed

Lines Matching full:inode

64 		wprintw (command_win,"Reached first inode in current group descriptor\n");
112 wprintw (command_win,"Reached last inode in current group descriptor\n");
212 wprintw (show_win,"Inode %ld of %ld. Entry %ld of %ld in group descriptor %ld.\n"
215 wprintw (show_win,"Inode type: ");
220 wprintw (show_win,"Bad blocks inode - ");
223 wprintw (show_win,"Root inode - ");
226 wprintw (show_win,"ACL index inode - ");
229 wprintw (show_win,"ACL data inode - ");
232 wprintw (show_win,"Boot loader inode - ");
235 wprintw (show_win,"Undelete directory inode - ");
238 wprintw (show_win,"Reserved inode - ");
271 wprintw (command_win,"Reached last inode in current group descriptor\n");
276 wprintw (command_win,"Reached first inode in current group descriptor\n");
335 wprintw (command_win,"Error - Inode type is not file\n");refresh_command_win ();
353 wprintw (command_win,"Error - Inode type is not directory\n");refresh_command_win ();