Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:num

83 	long entry_num,num=1;
89 num=atol (buffer);
93 if (num > file_system_info.super_block.s_inodes_per_group-entry_num) {
98 while (num) {
100 num--;entry_num++;
109 long entry_num,num=1;
115 num=atol (buffer);
119 if (num > file_system_info.super_block.s_inodes_per_group-entry_num) {
124 while (num) {
126 num--;entry_num++;