Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:total_free

3014 	long total_free = 0;
3045 total_free += rec.rec_len;
3050 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
3051 (int)total_free);