btrfs_qgroup_show
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.29.17" ) ]
public BTRFSQgroup[] btrfs_qgroup_show (string path) throws Error
[ Version ( since = "1.29.17" ) ]
public BTRFSQgroup[] btrfs_qgroup_show (string path) throws Error
show subvolume quota groups
Show all subvolume quota groups in a btrfs filesystem, including their usages.
This function depends on the feature "btrfs". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
an array of BTRFSQgroup objects, or NULL on error |