Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / debugfs / debug_cmds.ct
index 6a18df6..814fd52 100644 (file)
@@ -190,6 +190,18 @@ request do_zap_block, "Zap block: fill with 0, pattern, flip bits etc.",
 request do_block_dump, "Dump contents of a block",
        block_dump, bd;
 
+request do_list_xattr, "List extended attributes of an inode",
+       ea_list;
+
+request do_get_xattr, "Get an extended attribute of an inode",
+       ea_get;
+
+request do_set_xattr, "Set an extended attribute of an inode",
+       ea_set;
+
+request do_rm_xattr, "Remove an extended attribute of an inode",
+       ea_rm;
+
 request do_list_quota, "List quota",
        list_quota, lq;