Whamcloud - gitweb
LU-5307 build: fix unused/uninitialized variable warnings
[tools/e2fsprogs.git] / debugfs / debug_cmds.ct
index 47de672..ed3728f 100644 (file)
@@ -52,6 +52,9 @@ request do_dump_extents, "Dump extents information ",
 request do_blocks, "Dump blocks used by an inode ",
        blocks;
 
+request do_filefrag, "Report fragmentation information for an inode",
+       filefrag;
+
 request do_link, "Create directory link",
        link, ln;
 
@@ -157,13 +160,16 @@ request do_bmap, "Calculate the logical->physical block mapping for an inode",
 request do_punch, "Punch (or truncate) blocks from an inode by deallocating them",
        punch, truncate;
 
+request do_symlink, "Create a symbolic link",
+       symlink;
+
 request do_imap, "Calculate the location of an inode",
        imap;
 
 request        do_dump_unused, "Dump unused blocks",
        dump_unused;
 
-request do_set_current_time, "Set current time to use when setting filesystme fields",
+request do_set_current_time, "Set current time to use when setting filesystem fields",
        set_current_time;
 
 request do_supported_features, "Print features supported by this version of e2fsprogs",
@@ -175,5 +181,24 @@ request do_dump_mmp, "Dump MMP information",
 request do_set_mmp_value, "Set MMP value",
        set_mmp_value, smmp;
 
+request do_extent_open, "Open inode for extent manipulation",
+       extent_open, eo;
+
+request do_zap_block, "Zap block: fill with 0, pattern, flip bits etc.",
+       zap_block, zap;
+
+request do_block_dump, "Dump contents of a block",
+       block_dump, bdump, bd;
+
+request do_list_quota, "List quota",
+       list_quota, lq;
+
+request do_get_quota, "Get quota",
+       get_quota, gq;
+
+request do_idump, "Dump the inode structure in hex",
+       inode_dump, idump, id;
+
+
 end;