Home | History | Annotate | Download | only in debugfs

Lines Matching refs:pager

30 static FILE *pager;
59 fprintf(pager, "Reading directory block %llu, phys %llu\n", blk, pblk);
86 fprintf(pager, "Corrupted directory block (%llu)!\n",
117 fprintf(pager, "\n");
120 fprintf(pager, "%s", tmp);
124 fprintf(pager, "\n");
150 fprintf(pager, "Number of entries (count): %d\n", count);
151 fprintf(pager, "Number of entries (limit): %d\n", limit);
161 fprintf(pager, "Checksum: 0x%08x\n",
167 fprintf(pager, "Entry #%d: Hash 0x%08x%s, block %u\n", i,
172 fprintf(pager, "\n");
179 fprintf(pager, "Entry #%d: Hash 0x%08x, block %u\n", i,
189 fprintf(pager, "---------------------\n");
203 fprintf(pager, "Couldn't allocate child block.\n");
243 pager = open_pager();
283 fprintf(pager, "Root node dump:\n");
284 fprintf(pager, "\t Reserved zero: %u\n", rootnode->reserved_zero);
285 fprintf(pager, "\t Hash Version: %d\n", rootnode->hash_version);
286 fprintf(pager, "\t Info length: %d\n", rootnode->info_length);
287 fprintf(pager, "\t Indirect levels: %d\n", rootnode->indirect_levels);
288 fprintf(pager, "\t Flags: %d\n", rootnode->unused_flags);
298 close_pager(pager);