Home
last modified time | relevance | path

Searched refs:num_qgroups (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dqgroup.c3177 if (size != struct_size(inherit, qgroups, inherit->num_qgroups)) in btrfs_qgroup_check_inherit()
3194 for (int i = 0; i < inherit->num_qgroups; i++) { in btrfs_qgroup_check_inherit()
3217 u64 num_qgroups = 0; in qgroup_auto_inherit() local
3231 num_qgroups = list_count_nodes(&inode_qg->groups); in qgroup_auto_inherit()
3233 if (!num_qgroups) in qgroup_auto_inherit()
3236 struct_sz = struct_size(res, qgroups, num_qgroups); in qgroup_auto_inherit()
3243 res->num_qgroups = num_qgroups; in qgroup_auto_inherit()
3374 nums = inherit->num_qgroups + 2 * inherit->num_ref_copies + in btrfs_qgroup_inherit()
3403 for (int i = 0; i < inherit->num_qgroups; i++, i_qgroups++) { in btrfs_qgroup_inherit()
3417 qlist_prealloc = kcalloc(inherit->num_qgroups, in btrfs_qgroup_inherit()
[all …]
H A Dioctl.c496 num_items += 2 * inherit->num_qgroups; in create_subvol_num_items()
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-lpass-lpi.c81 unsigned *const num_qgroups) in lpi_gpio_get_function_groups() argument
86 *num_qgroups = pctrl->data->functions[function].ngroups; in lpi_gpio_get_function_groups()