Home
last modified time | relevance | path

Searched refs:qgroups (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dsysfs.c38 * qgroup_attrs /sys/fs/btrfs/<uuid>/qgroups/<level>_<qgroupid>
2091 BTRFS_ATTR(qgroups, enabled, qgroup_enabled_show);
2106 BTRFS_ATTR(qgroups, inconsistent, qgroup_inconsistent_show);
2143 BTRFS_ATTR_RW(qgroups, drop_subtree_threshold, qgroup_drop_subtree_thres_show,
2149 * Path: /sys/fs/btrfs/<uuid>/qgroups/
2152 BTRFS_ATTR_PTR(qgroups, enabled),
2153 BTRFS_ATTR_PTR(qgroups, inconsistent),
2154 BTRFS_ATTR_PTR(qgroups, drop_subtree_threshold),
2157 ATTRIBUTE_GROUPS(qgroups); variable
2212 * Path: /sys/fs/btrfs/<uuid>/qgroups/<leve
[all...]
H A Dqgroup.c140 * glue structure to represent the relations between qgroups.
256 * Add relation specified by two qgroups.
261 * -ENOENT if one of the qgroups is NULL
978 "qgroups are currently unsupported in extent tree v2"); in btrfs_quota_enable()
1164 * adding/removing qgroups or adding/deleting qgroup relations for example, in btrfs_quota_enable()
2263 /* Now record this tree block and its counter part for qgroups */ in qgroup_trace_new_subtree_blocks()
2488 struct ulist *qgroups, u64 seq, int update_old) in qgroup_update_refcnt()
2506 ret = ulist_add(qgroups, qg->qgroupid, qgroup_to_aux(qg), in qgroup_update_refcnt()
2523 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_update_refcnt()
2576 struct ulist *qgroups, in qgroup_update_counters()
2486 qgroup_update_refcnt(struct btrfs_fs_info *fs_info, struct ulist *roots, struct ulist *tmp, struct ulist *qgroups, u64 seq, int update_old) qgroup_update_refcnt() argument
2575 qgroup_update_counters(struct btrfs_fs_info *fs_info, struct ulist *qgroups, u64 nr_old_roots, u64 nr_new_roots, u64 num_bytes, u64 seq) qgroup_update_counters() argument
2698 struct ulist *qgroups = NULL; btrfs_qgroup_account_extent() local
[all...]
H A Dioctl.c571 * Ideally the last two would only be accounted if qgroups are enabled, in create_subvol_num_items()
1387 if (vol_args->size != struct_size(inherit, qgroups, nums)) { in btrfs_ioctl_snap_create_v2()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dqgroup.c146 * glue structure to represent the relations between qgroups.
1133 * adding/removing qgroups or adding/deleting qgroup relations for example, in btrfs_quota_enable()
2210 /* Now record this tree block and its counter part for qgroups */ in qgroup_trace_new_subtree_blocks()
2422 struct ulist *qgroups, u64 seq, int update_old) in qgroup_update_refcnt()
2440 ret = ulist_add(qgroups, qg->qgroupid, qgroup_to_aux(qg), in qgroup_update_refcnt()
2457 ret = ulist_add(qgroups, glist->group->qgroupid, in qgroup_update_refcnt()
2510 struct ulist *qgroups, in qgroup_update_counters()
2521 while ((unode = ulist_next(qgroups, &uiter))) { in qgroup_update_counters()
2632 struct ulist *qgroups = NULL; in btrfs_qgroup_account_extent() local
2666 qgroups in btrfs_qgroup_account_extent()
2420 qgroup_update_refcnt(struct btrfs_fs_info *fs_info, struct ulist *roots, struct ulist *tmp, struct ulist *qgroups, u64 seq, int update_old) qgroup_update_refcnt() argument
2509 qgroup_update_counters(struct btrfs_fs_info *fs_info, struct ulist *qgroups, u64 nr_old_roots, u64 nr_new_roots, u64 num_bytes, u64 seq) qgroup_update_counters() argument
[all...]
H A Dioctl.c1963 if (vol_args->size != struct_size(inherit, qgroups, nums)) { in btrfs_ioctl_snap_create_v2()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbtrfs.h96 __u64 qgroups[0]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbtrfs.h62 __u64 qgroups[0]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbtrfs.h62 __u64 qgroups[0]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbtrfs.h52 __u64 qgroups[0]; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbtrfs.h102 __u64 qgroups[]; member

Completed in 30 milliseconds