diff options
Diffstat (limited to 'tests/f_quota/expect.0')
-rw-r--r-- | tests/f_quota/expect.0 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/f_quota/expect.0 b/tests/f_quota/expect.0 new file mode 100644 index 0000000..2645485 --- /dev/null +++ b/tests/f_quota/expect.0 @@ -0,0 +1,21 @@ +debugfs: list_quota user + user id space quota limit inodes quota limit + 0 13312 0 0 2 0 0 + 34 1024 0 0 1 0 0 + 100 2048 32 50 2 20 30 +debugfs: list_quota group + group id space quota limit inodes quota limit + 0 16384 0 0 5 0 0 +debugfs: get_quota user 0 + user id space quota limit inodes quota limit + 0 13312 0 0 2 0 0 +debugfs: get_quota user 100 + user id space quota limit inodes quota limit + 100 2048 32 50 2 20 30 +debugfs: get_quota user 34 + user id space quota limit inodes quota limit + 34 1024 0 0 1 0 0 +debugfs: get_quota group 0 + group id space quota limit inodes quota limit + 0 16384 0 0 5 0 0 +debugfs: |