Lines Matching refs:pol
187 int blkcg_policy_register(struct blkcg_policy *pol);
188 void blkcg_policy_unregister(struct blkcg_policy *pol);
190 const struct blkcg_policy *pol);
192 const struct blkcg_policy *pol);
198 const struct blkcg_policy *pol, int data,
209 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
379 struct blkcg_policy *pol) in blkg_to_pd() argument
381 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd()
385 struct blkcg_policy *pol) in blkcg_to_cpd() argument
387 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
655 static inline int blkcg_policy_register(struct blkcg_policy *pol) { return 0; } in blkcg_policy_register() argument
656 static inline void blkcg_policy_unregister(struct blkcg_policy *pol) { } in blkcg_policy_unregister() argument
658 const struct blkcg_policy *pol) { return 0; } in blkcg_activate_policy() argument
660 const struct blkcg_policy *pol) { } in blkcg_deactivate_policy() argument
666 struct blkcg_policy *pol) { return NULL; } in blkg_to_pd() argument