~daniel-mehrmann/e2fsprogs/master

« back to all changes in this revision

Viewing changes to debugfs/debug_cmds.ct

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-10-27 09:44:27 UTC
  • mfrom: (8.4.29 sid)
  • Revision ID: package-import@ubuntu.com-20141027094427-g56dce6sg7pasdgm
Tags: 1.42.12-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules:
      Block pkg-create-dbgsym from operating on this package.
      Build without dietlibc-dev, which is in universe 
      Use the autotools-dev dh addon to update config.guess/config.sub for new
      ports.
  - debian/control:
      Regenerate with ./debian/rules debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
        zap_block, zap;
189
189
 
190
190
request do_block_dump, "Dump contents of a block",
191
 
        block_dump, bd;
 
191
        block_dump, bdump, bd;
192
192
 
193
193
request do_list_quota, "List quota",
194
194
        list_quota, lq;
196
196
request do_get_quota, "Get quota",
197
197
        get_quota, gq;
198
198
 
 
199
request do_idump, "Dump the inode structure in hex",
 
200
        inode_dump, idump, id;
 
201
 
 
202
 
199
203
end;
200
204