[][src]Function btrfsutil_sys::btrfs_util_qgroup_inherit_get_groups

pub unsafe extern "C" fn btrfs_util_qgroup_inherit_get_groups(
    inherit: *const btrfs_util_qgroup_inherit,
    groups: *mut *const u64,
    n: *mut size_t
)

btrfs_util_qgroup_inherit_get_groups() - Get the qgroups a qgroup inheritance specifier contains. @inherit: Qgroup inheritance specifier. @groups: Returned array of qgroup IDs. @n: Returned number of entries in the @groups array.