Lines Matching refs:blkg_policy_data
94 struct blkg_policy_data *pd; in blkg_alloc()
515 struct blkg_policy_data *, int), in blkcg_print_blkgs() argument
544 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) in __blkg_prfill_u64()
564 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in __blkg_prfill_rwstat()
598 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off) in blkg_prfill_stat()
612 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_rwstat()
630 u64 blkg_stat_recursive_sum(struct blkg_policy_data *pd, int off) in blkg_stat_recursive_sum()
641 struct blkg_policy_data *pos_pd = blkg_to_pd(pos_blkg, pol); in blkg_stat_recursive_sum()
662 struct blkg_rwstat blkg_rwstat_recursive_sum(struct blkg_policy_data *pd, in blkg_rwstat_recursive_sum()
675 struct blkg_policy_data *pos_pd = blkg_to_pd(pos_blkg, pol); in blkg_rwstat_recursive_sum()
966 struct blkg_policy_data *pd, *n; in blkcg_activate_policy()
1032 pd = list_first_entry(&pds, struct blkg_policy_data, alloc_node); in blkcg_activate_policy()
1114 if (WARN_ON(pol->pd_size < sizeof(struct blkg_policy_data))) in blkcg_policy_register()