Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btrfs-progs: list-chunks: rename variables, adjust LNumber starting p…
…oint Rename variables tracking ordering, print the logical number starting from 1 for consistency. Sample output, sorted by usage: Number Type/profile PStart Length PEnd LNumber LStart Usage% ------ ----------------- --------- --------- -------- ------- -------- ------ 1 System/single 1.00MiB 4.00MiB 5.00MiB 1 1.00MiB 1.56 2 Metadata/single 5.00MiB 8.00MiB 13.00MiB 2 5.00MiB 2.34 3 Data/single 12.27GiB 1.00GiB 13.27GiB 17 77.02GiB 2.62 4 Data/single 11.27GiB 1.00GiB 12.27GiB 15 75.77GiB 3.72 5 Data/single 13.27GiB 1.00GiB 14.27GiB 18 78.02GiB 3.76 6 Metadata/single 2.27GiB 256.00MiB 2.52GiB 6 68.02GiB 3.98 7 Data/single 10.27GiB 1.00GiB 11.27GiB 14 74.77GiB 4.01 8 Data/single 9.27GiB 1.00GiB 10.27GiB 13 73.77GiB 4.14 9 Metadata/single 5.77GiB 256.00MiB 6.02GiB 12 73.52GiB 7.89 10 Metadata/single 6.02GiB 256.00MiB 6.27GiB 16 76.77GiB 9.23 11 Data/single 16.27GiB 1.00GiB 17.27GiB 19 81.02GiB 18.25 12 Data/single 8.27GiB 1.00GiB 9.27GiB 11 72.52GiB 39.90 13 Data/single 3.52GiB 1.00GiB 4.52GiB 8 69.27GiB 44.52 14 Data/single 6.27GiB 1.00GiB 7.27GiB 3 65.02GiB 57.73 15 Data/single 4.52GiB 1.00GiB 5.52GiB 9 70.27GiB 59.63 16 Data/single 277.00MiB 1.00GiB 1.27GiB 4 66.02GiB 60.43 17 Data/single 2.52GiB 1.00GiB 3.52GiB 7 68.27GiB 61.37 18 Data/single 1.27GiB 1.00GiB 2.27GiB 5 67.02GiB 62.35 19 Data/single 7.27GiB 1.00GiB 8.27GiB 10 71.52GiB 64.99 Signed-off-by: David Sterba <[email protected]>
- Loading branch information