Searched refs:qgroups (Results 1 - 2 of 2) sorted by relevance
/systemd/src/basic/ |
H A D | btrfs-util.c | 684 _cleanup_free_ uint64_t *qgroups = NULL; local 711 n = btrfs_qgroup_find_parents(fd, subvol_id, &qgroups); 718 r = btrfs_qgroupid_split(qgroups[i], &level, &id); 726 lowest_qgroupid = qgroups[i]; 1068 _cleanup_free_ uint64_t *qgroups = NULL; local 1074 * qgroups it is assgined to that have the same id part of the 1081 n = btrfs_qgroup_find_parents(fd, qgroupid, &qgroups); 1088 r = btrfs_qgroupid_split(qgroups[i], NULL, &id); 1092 r = btrfs_qgroup_unassign(fd, qgroupid, qgroups[i]); 1102 (void) btrfs_qgroup_destroy_recursive(fd, qgroups[ 1858 _cleanup_free_ uint64_t *qgroups = NULL; local [all...] |
H A D | missing.h | 283 __u64 qgroups[0]; member in struct:btrfs_qgroup_inherit
|
Completed in 2373 milliseconds