Lines Matching defs:blkcg
46 struct blkcg { struct
51 struct blkcg_gq __rcu *blkg_hint; argument
54 struct blkcg_policy_data *cpd[BLKCG_MAX_POLS]; argument
56 struct list_head all_blkcgs_node; argument
79 * A blkcg_gq (blkg) is association between a block cgroup (blkcg) and a argument
104 struct blkcg *blkcg; member
114 struct blkcg *blkcg; member
293 static inline struct blkcg *blkcg_parent(struct blkcg *blkcg) in blkcg_parent()
309 static inline struct blkcg_gq *__blkg_lookup(struct blkcg *blkcg, in __blkg_lookup()
334 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, in blkg_lookup()
368 static inline struct blkcg_policy_data *blkcg_to_cpd(struct blkcg *blkcg, in blkcg_to_cpd()
400 static inline void blkcg_cgwb_get(struct blkcg *blkcg) in blkcg_cgwb_get()
415 static inline void blkcg_cgwb_put(struct blkcg *blkcg) in blkcg_cgwb_put()
423 static inline void blkcg_cgwb_get(struct blkcg *blkcg) { } in blkcg_cgwb_get()
425 static inline void blkcg_cgwb_put(struct blkcg *blkcg) in blkcg_cgwb_put()
531 struct blkcg *blkcg; in blk_get_rl() local
803 struct blkcg *blkcg; in blkcg_bio_issue_check() local
896 struct blkcg { struct
920 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, void *key) { return NULL; } in blkg_lookup()