Lines Matching refs:pol
189 int blkcg_policy_register(struct blkcg_policy *pol);
190 void blkcg_policy_unregister(struct blkcg_policy *pol);
192 const struct blkcg_policy *pol);
194 const struct blkcg_policy *pol);
200 const struct blkcg_policy *pol, int data,
211 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
381 struct blkcg_policy *pol) in blkg_to_pd() argument
383 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd()
387 struct blkcg_policy *pol) in blkcg_to_cpd() argument
389 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
642 static inline int blkcg_policy_register(struct blkcg_policy *pol) { return 0; } in blkcg_policy_register() argument
643 static inline void blkcg_policy_unregister(struct blkcg_policy *pol) { } in blkcg_policy_unregister() argument
645 const struct blkcg_policy *pol) { return 0; } in blkcg_activate_policy() argument
647 const struct blkcg_policy *pol) { } in blkcg_deactivate_policy() argument
653 struct blkcg_policy *pol) { return NULL; } in blkg_to_pd() argument