search for: 99a1b6ba

Displaying 1 result from an estimated 1 matches for "99a1b6ba".

2016 May 12
1
[PATCH] New API: btrfs-filesystem-show (RHBZ#1164765)
...it_lines (out); + if (!lines) + return NULL; + + if (count_strings (lines) < 3) { + reply_with_error ("truncated output from 'btrfs filesystem show' command"); + return NULL; + } + + /* Output of `btrfs filesystem show' is like: + * + * Label: none uuid: 99a1b6ba-de46-4a93-8f91-7d7685970a6c + * Total devices 3 FS bytes used 1.12MiB + * devid 1 size 10.00GiB used 2.00GiB path /dev/sda + * [...] + * + * or: + * + * Label: none uuid: 99a1b6ba-de46-4a93-8f91-7d7685970a6c + * Total devices 3 FS bytes...