Whamcloud - gitweb
LU-5307 build: fix unused/uninitialized variable warnings
[tools/e2fsprogs.git] / debugfs / debug_cmds.ct
index 9a05ef7..ed3728f 100644 (file)
@@ -160,6 +160,9 @@ 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;
 
@@ -184,8 +187,18 @@ request do_extent_open, "Open inode for extent manipulation",
 request do_zap_block, "Zap block: fill with 0, pattern, flip bits etc.",
        zap_block, zap;
 
-request do_dump_block, "Dump contents of a block",
-       block_dump, bp;
+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;